/* Self-hosted fonts (GET-295) — replaces the render-blocking fonts.googleapis.com <link>.
   Latin subset, woff2, served same-origin from /fonts/. font-display: swap keeps text
   visible immediately with the system-ui fallback while the webfont loads. */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900; /* variable */
  font-display: swap;
  src: url("/fonts/archivo-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900; /* variable */
  font-display: swap;
  src: url("/fonts/hanken-grotesk-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/spline-sans-mono-latin.woff2") format("woff2");
}
