/* ──────────────────────────────────────────────────────────────
   fonts.css — FULLY SELF-HOSTED. The woff2 files are bundled in
   /fonts/, so there's no Google contact and no visitor IP leak.
   Type system: Archivo Black (display/hero) + Figtree (Regular/Medium)
   for secondary/body text — one coherent family, intentional. DM Mono
   retired (its monospace-accent look read as an AI-era default).
   ──────────────────────────────────────────────────────────── */

@font-face{
  font-family:'Archivo Black';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/ArchivoBlack-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'Figtree';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/Figtree-Reg.woff2') format('woff2');
}
@font-face{
  font-family:'Figtree';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/Figtree-Med.woff2') format('woff2');
}
