/* ── SELF-HOSTED FONTS ─────────────────────────────────────────────
   All font files served from /fonts/ on the same domain.
   Zero external dependencies. Works offline, behind firewalls,
   in China, with ad blockers, on every device and browser.
   WOFF2 only — supported by 97%+ of browsers since 2015.
   unicode-range restricts downloads to Latin glyphs actually used.
   ─────────────────────────────────────────────────────────────── */

/* Cinzel — Headings, official titles, Bureau branding */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/cinzel-400.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/cinzel-700.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/cinzel-900.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}

/* Courier Prime — Monospace data, form labels, case numbers */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/courier-prime-400.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}
@font-face {
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/courier-prime-400i.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/courier-prime-700.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}

/* IM Fell English — Body text, taglines, section descriptions */
@font-face {
  font-family: 'IM Fell English';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/im-fell-english-400.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}
@font-face {
  font-family: 'IM Fell English';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/im-fell-english-400i.woff2') format('woff2');
  unicode-range: U+0020-007F, U+00A0-00FF, U+2000-206F, U+2190-21FF, U+2200-22FF, U+2600-26FF, U+FB01-FB02;
}
