Canonical CSS foundation — 5.13.26 | Component Factory
✅ Always use var(--token) — never hardcode hex in component CSS.
✅ Body text: var(--font-body) / Georgia serif.
✅ Labels, badges, mono blocks: var(--font-mono) / Courier New.
✅ Content column: max-width var(--content-width) = 900px.
✅ Body text paragraphs: max-width var(--text-width) = 700px.
❌ Never use #ffffff (white) anywhere in Collabtunes pages.
❌ Never use #00ff00 (green) anywhere in Collabtunes pages.
❌ Never use --accent-danger for decorative purposes. Alert/error/conflict only.