/** Offline fallback for lib/fonts.ts: exposes the same variables bound to the system stack. */ export const fontUi = { variable: 'font-ui-system', className: '', style: { fontFamily: 'ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif' } }; export const fontDisplay = { variable: 'font-display-system', className: '', style: { fontFamily: '"Iowan Old Style", "Palatino Linotype", Georgia, serif' } };