/* shadcn/ui v4 loads Geist + Geist Mono via next/font/google (apps/v4/lib/fonts.ts).
   No binaries ship in the repo, so we point @font-face at the Fontsource CDN builds
   of the same variable fonts (@fontsource-variable/geist, listed in the repo). */
@font-face{font-family:"Geist";font-style:normal;font-weight:100 900;font-display:swap;src:url("https://cdn.jsdelivr.net/fontsource/fonts/geist:vf@latest/latin-wght-normal.woff2") format("woff2-variations")}
@font-face{font-family:"Geist Mono";font-style:normal;font-weight:100 900;font-display:swap;src:url("https://cdn.jsdelivr.net/fontsource/fonts/geist-mono:vf@latest/latin-wght-normal.woff2") format("woff2-variations")}
:root{--font-sans:Geist,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-heading:var(--font-sans);--font-mono:"Geist Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}
