/* Manrope and DM Mono, self-hosted. * * `styles.css` line 1 used to carry this: * * @font-face{font-family:Manrope;src:url('https://fonts.googleapis.com/css2?...')} * * `src:` in an @font-face must point at a font binary. That URL returns a CSS * stylesheet, so no browser could ever load a face from it: every * `font-family:Manrope,Arial,sans-serif` fell through to Arial, and 'DM Mono' * was never declared at all, so it fell through to the generic monospace face. * The intended typography has never rendered. This file is the fix. * * Self-hosted rather than linked from fonts.googleapis.com because * `scripts/audit-ui.mjs` rejects any external /