/* DeltaBlue — Webfonts
 * Brand typeface: Geist (Vercel, OFL). The source Google Slides theme embeds
 * Geist + Geist SemiBold. Those embeds are subsetted .fntdata blobs that can't
 * be served on the web, so we load the full Geist family from Google Fonts.
 * Geist SemiBold == weight 600. Geist Mono covers code/numeric specimens.
 */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&family=Geist+Mono:wght@400;500;600&display=swap');

:root {
  --font-sans: 'Geist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* Weights */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
}
