/** * Geist Sans (UI) + Geist Mono (ids, numbers, telemetry), self-hosted through the `geist` package — no network at build time. * Exposed as CSS variables consumed by globals.css (`--font-ui`, `--font-mono`). */ import { GeistMono } from 'geist/font/mono'; import { GeistSans } from 'geist/font/sans'; export const fontUi = GeistSans; export const fontMono = GeistMono;