/* Self-hosted variable fonts (latin subset) — Space Grotesk + Inter.
   One file per family; the wght axis covers every weight the site uses.
   Paths are relative to this stylesheet (css/ → ../fonts/). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/space-grotesk-var.woff2') format('woff2');
}
