/* 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;
}
