Folio Register Design Tokens
CSS variables added to web/src/app/globals.css @theme block for the folio (wiki reading) register.
| Variable | Value | Use |
|---|---|---|
--color-folio-bg | #131412 | Page container background |
--color-folio-text | #e4ddd3 | Body text in wiki pages |
--color-folio-gold | #d4bc7a | Wikilinks, highlights |
--color-folio-gold-dim | #2a2010 | Wikilink hover background |
--font-serif | "Fraunces", Georgia, serif | Body text font (via next/font variable) |
Usage rule
Folio tokens must never appear in terminal-register UI (nav, buttons, forms, tables). The background color --color-folio-bg (#131412) is the visual signal that the reading register is active — when the background shifts from #0d0f0e to #131412, Fraunces takes over.
Related
- fraunces-font — how Fraunces is loaded via next/font
- folio-register — where these tokens are applied