/* ============================================================
   fonts.css — self-hosted webfonts.
   Space Grotesk (variable, wght 300–700, latin subset) is the
   display face; Inter (Google Fonts, loaded in base.html) stays
   the body face. Source: @fontsource-variable/space-grotesk,
   SIL OFL 1.1. The relative path below is rewritten to the
   hashed filename by whitenoise's manifest storage.
   ============================================================ */

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk/space-grotesk-latin-var.87c506d88b9f.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
