/* ============================================
   TexUS — Webfont Definitions
   ============================================ */

/* --- Cinzel Regular --- */
@font-face {
    font-family: "Cinzel";
    src: url("/assets/fonts/Cinzel-Regular.woff2") format("woff2"),
         url("/assets/fonts/Cinzel-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

/* --- Cormorant SC Regular --- */
@font-face {
    font-family: "CormorantSC";
    src: url("/assets/fonts/CormorantSC-Regular.woff2") format("woff2"),
         url("/assets/fonts/CormorantSC-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

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

/* --- Inter Italic --- */
@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/Inter-Italic.woff2") format("woff2"),
         url("/assets/fonts/Inter-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- Kaushan Script Regular --- */
@font-face {
    font-family: "Kaushan";
    src: url("/assets/fonts/KaushanScript-Regular.woff2") format("woff2"),
         url("/assets/fonts/KaushanScript-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

