/* Self-hosted fonts (latin subset) — replaces Google Fonts so no visitor data
   ever reaches Google and our CSP stays 'self'-only. Space Grotesk is a
   variable font: one file covers weights 400-700. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/static/fonts/space-grotesk-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/space-mono-latin-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/static/fonts/space-mono-latin-700.woff2) format('woff2');
}
