/* Self-hosted faces — the four families the prototype's Google Fonts link
 * carried, now served from this origin (@honestas/ui's own woff2 files, copied
 * into public/fonts by scripts/copy-fonts.mjs). Same families, same weights:
 * the variable faces cover the prototype's requested Urbanist 500-800,
 * Inter 400-600 and JetBrains Mono 400-600; Space Grotesk ships the single
 * 500 face the package owns (the prototype uses it at --f-label weight 600 —
 * the variable request 500;600 degrades to the 500 face, declared honestly
 * here rather than synthesised). */
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/fonts/urbanist-var.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/fonts/inter-var.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/space-grotesk-500.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-var.woff2") format("woff2");
}
