/* ArchiTrak webfonts.
   Source loads Inter + Azonix from Google Fonts CDN; no font binaries live in the repo.
   NOTE: Azonix is NOT actually available on Google Fonts (the source's request 404s
   silently) — the wordmark ships as an image asset instead. Space Grotesk is used
   in the marketing scroll-stack section. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap');

/* Fallback with size-adjust to reduce CLS from Inter swap (from source) */
@font-face {
  font-family: 'Inter Fallback';
  src: local('Arial');
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
