/* Self-hosted brand fonts (real faces frozen from the capture; see computed/fontfaces.json).
   Each family is a variable latin woff2 (the same file served every used weight in the manifest
   => variable). JetBrains Mono is capped at 700 so the source's font-weight:800 spots
   (Start Order, marquee) synthesize bold exactly as the original did (r4 — no 800 file exists). */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono.woff2") format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
