/* ============================================================
   Formosa Film Fund — Webfonts
   Hanken Grotesk : geometric-humanist sans, the brand workhorse
   JetBrains Mono : tabular figures for financial data
   NOTE: substitutes for the deck's original typeface (see README).
   Both are variable fonts — one binary covers all weights.
   ============================================================ */

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

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/JetBrainsMono-Variable.woff2") format("woff2");
}
