# Theming with Tokens
> Customize colors, elevation, and animations using theme tokens and Tailwind utilities.
This theme centralizes styling in CSS variables (tokens) and small component classes. You can customize appearance without editing component CSS by changing tokens.
Where tokens live # Architecture: assets/css/architecture/ colors*.css: color palettes and brand tokens elevation-system.css: shadow/elevation tokens (e.g., --elevation-2, --elevation-hover-4) animation-system.css: timing/easing/transform tokens layout-foundations.css: spacing/width/z-index and layout tokens Overriding tokens # Prefer setting variables at :root or section/page scope. For a section:
html
This text adapts to dark mode.
Elevation and interactions # html