/* Self-hosted fonts. Downloaded from Google Fonts (OFL licensed) and served
   locally — no external requests, no Google tracking. Both are variable
   fonts; font-weight is expressed as a range so browsers that support the
   variable axis render any weight in between, and browsers that don't
   simply fall back to the file's default static weight (graceful
   degradation, no broken layout). */

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

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
