/** * Antebas letterforms are declared in app/antebas.css (unicode-range limited). * DM Sans (--font-hero-body) renders numerals, punctuation, and symbols. * Replace DEMO .otf files with licensed Antebas to use the full glyph set. */ /** Site font stack — Antebas letters + DM Sans for numerals/symbols. */ export const ANTEBAS_FONT_STACK = "Antebas, var(--font-hero-body), system-ui, sans-serif";