@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Inter', sans-serif;
}


h1{
    font-size: 44px;
    line-height: 38px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1px;
}

h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.25px;
}



h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.4px;
}

p, li{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}

.tac{
    text-align: center;
}

.fw700{
    font-weight: 700;
}