/* Font Declaration */
.tagline {
    font-size: 68px;
    line-height: auto;
    font-family: var(--tagline-font);
}

.header-1 {
    font-size: 28px;
    line-height: normal;
    font-family: var(--font-1);
}

.header-2 {
    font-size: 24px;
    line-height: normal;
    font-family: var(--font-1);
}

.header-3 {
    font-size: 20px;
    line-height: normal;
    font-family: var(--font-1);
}

.body-1 {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-2);
}

.body-2 {
    font-size: 12px;
    line-height: normal;
    font-family: var(--font-2);
}
/* End Font Declaration */
