Design Tokens Loaded
Typography
This is body text using the .p class. It should be readable for long sessions.
This is muted text using .muted class for secondary information.
mono font: var(--emerald-500)
--emerald-500:
Emerald 500 color token
Proof of Life
var(--bg), Text: var(--text), Border: var(--border)This is body text using the .p class. It should be readable for long sessions.
This is muted text using .muted class for secondary information.
The theme respects system preference (light/dark mode). CSS variables adapt automatically.
var(--bg)var(--panel)var(--text)var(--border)