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

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

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

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

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

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

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

.paragraph-16 {
    font-size: 16px;
    line-height: 24px;
    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: 30px;
        line-height: normal;
    }

    .heading-1,
    .heading-2,
    .heading-3 {
        font-size: 28px;
        line-height: normal !important;
        font-family: var(--font-1);
    }

    .heading-4 {
        font-size: 26px;
        font-family: var(--font-1);
    }

    .heading-5 {
        font-size: 22px;
        font-family: var(--font-1);
    }

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

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

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

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

}

@media (min-width: 768px) and (max-width: 997.98px) {

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

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

}
