/* =============================================================================
   SELF-HOSTED FONTS — Fraunces (display) + IBM Plex Mono (mono/labels).
   Both SIL OFL; woff2 served from origin (no CDN). Licenses in assets/fonts/.
   Loaded globally from base.njk (DEC-17 / DEBT-10 clearance).
   ============================================================================= */

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

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

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
}
