/* ─────────────────────────────────────────────────────────────────────────────
   Public-side type stack — self-hosted (trimmed 2026-05-17)

   • Inter (regular only) — single sans/serif body. The latest design uses
     Inter for both `--f-sans` and `--f-serif`; italic emphasis is rendered
     via browser-synthesised oblique from the regular variable file,
     dropping the 379 KB italic file from cold load.
   • JetBrains Mono RETIRED 2026-05-17 — `font-mono` Tailwind class now
     resolves to its default `ui-monospace, SFMono-Regular, Menlo, Monaco,
     Consolas, "Liberation Mono", "Courier New", monospace` stack served
     from the OS, dropping 233 KB of woff2 from cold load.

   SIL OFL 1.1 licensed. Variable WOFF2 covers full weight range (100–900).
   File vendored under /wwwroot/fonts/ — no runtime CDN.
   ───────────────────────────────────────────────────────────────────────── */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/InterVariable.woff2') format('woff2-variations');
}
