/* ===== Self-hosted Fonts ===== */
/* Variable woff2 files loaded locally for instant availability.
   Fallback fonts have metric overrides so the swap is invisible. */

/* Space Grotesk — primary display/heading font */
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk Fallback';
  src: local('Segoe UI'), local('Arial');
  ascent-override: 98%;
  descent-override: 25%;
  line-gap-override: 0%;
  size-adjust: 105%;
}

/* Inter — body/secondary font */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Fallback';
  src: local('Segoe UI'), local('Arial');
  ascent-override: 90%;
  descent-override: 23%;
  line-gap-override: 0%;
  size-adjust: 107%;
}
