/* Self-hosted fonts (CSP-safe — served from /static, latin subset only).
   Fraunces  → display / headings (characterful high-contrast serif)
   Hanken Grotesk → body / UI (refined humanist sans) */

@font-face {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("/static/fonts/fraunces.woff2") format("woff2");
}

@font-face {
    font-family: "Fraunces";
    font-style: italic;
    font-weight: 300 700;
    font-display: swap;
    src: url("/static/fonts/fraunces-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Hanken Grotesk";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("/static/fonts/hanken-grotesk.woff2") format("woff2");
}
