Bug: font-mono Tailwind class maps to an undefined CSS variable (--font-mono)
Severity: low
Found by: Phase triage — out-of-scope finding #4
Location: tailwind.config.ts:88, client/src/index.css:1-9
Resolved in PR #447 (merged 2026-04-17).
Defined --font-sans, --font-serif, --font-mono in :root so the Tailwind font-mono class actually resolves to a monospace stack instead of inheriting Inter — matters for API keys, CSS selectors, error codes, and stack traces.
Bug:
font-monoTailwind class maps to an undefined CSS variable (--font-mono)Severity: low
Found by: Phase triage — out-of-scope finding #4
Location:
tailwind.config.ts:88,client/src/index.css:1-9Resolved in PR #447 (merged 2026-04-17).
Defined
--font-sans,--font-serif,--font-monoin:rootso the Tailwindfont-monoclass actually resolves to a monospace stack instead of inheriting Inter — matters for API keys, CSS selectors, error codes, and stack traces.