/* ============================================================
   CULVAY deck · self-hosted fonts
   Three of the four families ship with the deck. Helvetica Neue
   is intentionally not bundled — it's a system face on macOS and
   falls back to Arial elsewhere, which is what the design system
   already specifies for --font-display.
   ============================================================ */

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

@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/instrument-serif-italic-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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