/* =====================================================================
   AQAR SELF-HOSTED FACES — the only @font-face authority.
   Display : Bricolage Grotesque (variable, wght 200-800)  [SIL OFL]
   Body/UI : Hanken Grotesk     (variable, wght 100-900)   [SIL OFL]
   Data    : IBM Plex Mono      (400 / 600, money figures) [SIL OFL]
   Latin subset, woff2, font-display:swap. Fallbacks live in the type
   tokens (aqar-tokens.css), never here. See docs/plans/design/typography.md
   and docs/plans/design/design-foundation.md.
   ===================================================================== */

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/bricolage-grotesque-var.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

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

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

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