/* Self-hosted subset of Brand Forge's canonical typefaces (Inter, Instrument Serif italic,
   JetBrains Mono), sourced from fonts.bunny.net's latin subset and vendored here so the
   shipped app makes zero third-party network calls at runtime (2026-07-22 desktop reskin
   to match Shane's real Cluster 1 design system -- see
   nfnitecluster1onboarding/HANDOFF.md / tokens.css for the canonical family list). Weights
   match exactly what tokens.css/c1-phase1.css actually reference -- no unused weights. */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inter-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/inter-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/inter-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/inter-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/instrument-serif-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/jetbrains-mono-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/jetbrains-mono-latin-500-normal.woff2") format("woff2");
}
