/* Self-hosted variable fonts (E6/B2 — Bencium: characterful faces, self-hosted; Inter and
   Space Grotesk are ruleset-banned as primaries). Source: Fontshare (ITF), free license.
   One variable file per face covers every weight the UI uses (font shorthands go up to 800;
   Clash Display tops out at 700 — font-synthesis is disabled in components.css, so heavier
   requests resolve to the nearest real weight instead of faux-bold). */

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/clash-display-variable.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi-variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
