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