/* Self-hosted (latin subset) — zero runtime external requests.
   Space Grotesk, OFL licence, fonts.gstatic.com (downloaded at dev time).
   Fallback stack is always usable if these fail to load. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/shared/fonts/space-grotesk-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/shared/fonts/space-grotesk-700.woff2') format('woff2');
}
