/* Typeface: Geist (Google Fonts) — closest available match to the Neue Haas Grotesk /
   General Sans / Satoshi family named in the brand brief. Substitution flagged in readme.md. */
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap");

:root{
    --font-core:"Geist","Neue Haas Grotesk","General Sans","Satoshi","SF Pro Display",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif; /* @kind font */
    --font-display:var(--font-core); /* @kind font */
    /* No branded mono typeface exists; specimen labels use the system stack. */
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace; /* @kind font */
}
