/* Arc & Light brand fonts — served from /public so URLs aren't bundled */
@font-face {
    font-family: "Cormorant Garamond";
    src: url("/fonts/CormorantGaramond.ttf") format("truetype-variations"),
         url("/fonts/CormorantGaramond.ttf") format("truetype");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src: url("/fonts/CormorantGaramond-Italic.ttf") format("truetype-variations"),
         url("/fonts/CormorantGaramond-Italic.ttf") format("truetype");
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter.ttf") format("truetype-variations"),
         url("/fonts/Inter.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-Italic.ttf") format("truetype-variations"),
         url("/fonts/Inter-Italic.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Allura";
    src: url("/fonts/Allura.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
