@font-face {
    font-family: 'NS1';
    src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


html,
body {
    font-family: 'NS1';
    font-size: 1rem;
    line-height: 1.5rem;
}

.h1,
h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 400;
}


.h3,
h3 {
    font-size: 1.65rem;
    line-height: 1.3;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
}



@media (min-width: 768px) {

    .h1,
    h1 {
        font-size: 2.25rem;
    }

    .h3,
    h3 {
        font-size: 2.5rem;
    }

    h4,
    .h4 {
        font-size: 2rem;
    }

}

@media (min-width: 1024px) {

    a,
    li,
    p {
        font-size: 1.125rem;
    }

    h1 {
        font-size: 3.75rem;
    }
}