/* Self-hosted brand fonts (latin subset) — NO external/CDN references.
   Space Grotesk (display / headings / wordmark) + Inter (body / UI).
   Variable woff2 files in /assets/fonts/. AiUpLyft self-hosted brand pairing. */

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

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