/* Font Declaration */
.display {
    font-size: 42px;
    line-height: 59px;
    font-family: var(--font-1);
}

.heading-1 {
    font-size: 28px;
    line-height: calc(28px * 1.5);
    font-family: var(--font-1);
}

.heading-2 {
    font-size: 24px;
    line-height: calc(24px * 1.5);
    font-family: var(--font-1);
}

.heading-3 {
    font-size: 20px;
    line-height: calc(20px * 1.5);
    font-family: var(--font-1);
}

.paragraph-16 {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-1);
}

.paragraph-14 {
    font-size: 14px;
    line-height: 21px;
    font-family: var(--font-1);
}

.paragraph-12 {
    font-size: 12px;
    line-height: 18px;
    font-family: var(--font-1);
}
/* End Font Declaration */

@media only screen and (max-width: 767.98px) {

    .display {
        font-size: 28px;
        line-height: normal;
    }

    .heading-1 {
        font-size: 24px;
    }

    .heading-2 {
        font-size: 20px;
    }

    .heading-3 {
        font-size: 18px;
    }

    .paragraph-20 {
        font-size: 18px;
    }

    .paragraph-18 {
        font-size: 16px;
    }

    .paragraph-16 {
        font-size: 14px;
    }

    .paragraph-12 {
        font-size: 10px;
    }

}
