h1 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.02em;
}

h2 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.02em;
}

h3 {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.02em;
}

t1 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

t2 {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

t3 {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
}


/* For Mobile Phones */
@media (max-width:600px) {
    h1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.02em;
    }

    h2 {
        font-weight: 300;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.02em;
    }

    h3 {
        font-weight: 400;
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 0.02em;
    }

    t1 {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }

    t2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }

    t3 {
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }
}


/* For Tablets */
@media (min-width:600px) and (max-width:960px) {
    h1 {
        font-weight: 300;
        font-size: 26px;
        line-height: 38px;
        letter-spacing: 0.02em;
    }

    h2 {
        font-weight: 300;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.02em;
    }

    h3 {
        font-weight: 400;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

    t1 {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }

    t2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }

    t3 {
        font-weight: 400;
        font-size: 9px;
        line-height: 18px;
        letter-spacing: 0.02em;
    }
}