﻿.display-large {
    font-size: 52px;
    font-weight: 600;
    line-height: 64px;
    font-style: normal;
    letter-spacing: 0.004em;
}

.display-medium {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    font-style: normal;
    letter-spacing: 0.004em;
}

.display-small {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    font-style: normal;
    letter-spacing: 0.004em;
}

.heading-h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.002em;
}

.heading-h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-style: normal;
    letter-spacing: 0.002em;
}

.heading-h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    letter-spacing: 0.002em;
}

.heading-h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    font-style: normal;
    letter-spacing: 0.002em;
}


.body-large {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.002em;
}

.body-large-bold {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.002em;
}

.body-large-underline {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    text-decoration-style: solid;
    letter-spacing: 0.002em;
}


.body-medium {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.002em;
}

.body-medium-bold {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.002em;
}

.body-medium-underline {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration-style: solid;
    letter-spacing: 0.002em;
}

.body-small {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.004em;
}

.body-small-bold {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.004em;
}

.body-small-underline {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration-style: solid;
    letter-spacing: 0.004em;
}

.button-large {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.002em;
}

.button-large-underline {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    text-decoration-style: solid;
    letter-spacing: 0.002em;
}

.button-medium {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.002em;
}

.button-medium-underline {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    text-decoration-style: solid;
    letter-spacing: 0.002em;
}

.button-small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.002em;
}

.button-small-underline {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    text-decoration-style: solid;
    letter-spacing: 0.002em;
}


@media (max-width: 768px) {
    .display-large {
        font-size: 36px;
        line-height: 48px;
    }

    .display-medium {
        font-size: 28px;
        line-height: 36px;
    }

    .display-small {
        font-size: 24px;
        line-height: 36px;
    }

    .heading-h1 {
        font-size: 20px;
        line-height: 32px;
    }
}