/* Vercel brand faces — Geist + Geist Mono are Vercel's own open-source typefaces.
   Loaded from Google Fonts. Working weights: 400 / 500 / 600 (sans never goes 700+),
   400 / 500 (mono). Space Grotesk is loaded as the occasional editorial third face. */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600&display=swap');

:root {
  --font-sans: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  --font-display-alt: 'Space Grotesk', var(--font-sans);

  /* geometric alternates close the gap toward the proprietary cut */
  --font-feature-geometric: 'ss01', 'ss02';
}
