/* Self-hosted, local-only font faces (latin subset) for the v3-dense mockup. */

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("bebas-neue.woff2") format("woff2");
}

/* Only the Regular (400) static file was fetched for each family — declaring a
   single weight here lets the browser apply real synthetic-bold for any
   font-weight:600/700 usage instead of silently flattening it to Regular. */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("space-grotesk.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("inter.woff2") format("woff2");
}

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