@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
    font-family: "Inter Tight", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    margin: 0 !important;
    padding: 0 !important;
}

.w-100{
    width: 100%;
}

.w-100-flex{
    width: 100%;
    display: flex;
}

.font-white{
    color: #fff;
}