/* Self-hosted, so the site has no runtime font dependency on anyone.
   Cabinet Grotesk (display), Inter (body/UI), JetBrains Mono (labels) — the
   same three faces the reference build uses, at the weights it actually ships. */

@font-face{
  font-family:"Cabinet Grotesk";
  src:url("fonts/CabinetGrotesk-Medium.woff2") format("woff2");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Cabinet Grotesk";
  src:url("fonts/CabinetGrotesk-Bold.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}

@font-face{
  font-family:"Inter";
  src:url("fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/inter-v20-latin-500.woff2") format("woff2");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/inter-v20-latin-600.woff2") format("woff2");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/inter-v20-latin-700.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}

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