1/** Geist Sans (UI) + Geist Mono (prices, ids, telemetry) self-hosted through the `geist` package — no network at build time. */2import { GeistMono } from "geist/font/mono";3import { GeistSans } from "geist/font/sans";45export const fontUi = GeistSans;6export const fontMono = GeistMono;7