/* Self-hosted Space Grotesk (OFL) — modern geometric display face. No CDN at runtime.
   Swap in Metropolis (or any face) later by dropping its woff2 here and changing the
   font-family below + the theme's --font-display. */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/space-grotesk/space-grotesk-400.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("/assets/fonts/space-grotesk/space-grotesk-500.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/fonts/space-grotesk/space-grotesk-700.woff2") format("woff2");
}
