/* ==========================================================================
   AyzalSoft — self-hosted webfonts

   Space Grotesk (display + UI) and Inter (body), per the Gateway identity.
   Latin subset, served from this origin so the CSP can stay `font-src 'self'`
   and nothing blocks first paint from a third-party host.

   Both are VARIABLE fonts: one file per family covers the whole weight axis,
   which is why there are two files here rather than one per cut. The declared
   `font-weight` range is what the site actually uses — a request outside it
   clamps to the nearest end rather than synthesising a fake weight.

   Two files, 70 KB total. Regenerate per the README (SIL Open Font License 1.1).
   ========================================================================== */

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 600;          /* 500 UI · 600 display */
  font-display: swap;
  src: url("../fonts/space-grotesk-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;          /* 400 body · 600 emphasis */
  font-display: swap;
  src: url("../fonts/inter-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
