@font-face {
    font-family: "C059";
    src: url("../fonts/subset-C059-Roman.woff2") format("woff2"),
        url("../fonts/subset-C059-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "The Fonda Font";
    src: url("../fonts/subset-TheFondaFont-Regular.woff2") format("woff2"),
        url("../fonts/subset-TheFondaFont-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fugue";
    src: url("../fonts/subset-Fugue-Regular.woff2") format("woff2"),
        url("../fonts/subset-Fugue-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fonda-font {
    font-family: "The Fonda Font", sans-serif;
    text-transform: uppercase;
}

/* SIZE */
.font-size-t1 {
    font-family: "Fugue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: var(--font-size-t1);
    line-height: var(--line-height-t1);
    letter-spacing: 0.2em;
}

.font-size-t2 {
    font-size: var(--font-size-t2);
    line-height: var(--line-height-t2);
}

.font-size-h1 {
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
}

.font-size-h2 {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
}

/* RESPONSIVE */
