/* Temperature Zero — @font-face declarations
   Font files live at /wp-content/fonts/ (not copied into theme).

   v2 woff2 regenerated 2026-06-19 by instancing the canonical Space Grotesk
   variable font (Google Fonts, OFL) to 400/500/700 and compressing to woff2.
   The prior SpaceGrotesk-{Medium,Bold}.woff2 were corrupt (saved GitHub HTML
   pages, not fonts), so Space Grotesk never loaded and the whole site fell back
   to the system sans. New filenames bypass the CF/browser 4h font cache. */

@font-face {
  font-family: 'Space Grotesk';
  src: url('/wp-content/fonts/SpaceGrotesk-Regular.v2.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('/wp-content/fonts/SpaceGrotesk-Medium.v2.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('/wp-content/fonts/SpaceGrotesk-Bold.v2.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* v1.2 (2026-07-03): Space Mono joins the stack as the site's data/HUD mono.
   Space Grotesk was derived from Space Mono (same designer, Florian Karsten),
   so this pairs the display face with its own mono sibling. Latin subset,
   ~16.5 KB per weight, wOF2 magic verified at install time. */

@font-face {
  font-family: 'Space Mono';
  src: url('/wp-content/fonts/SpaceMono-Regular.v1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Space Mono';
  src: url('/wp-content/fonts/SpaceMono-Bold.v1.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
