Core Tokens
Theme tokens are defined in app/globals.css and applied through DaisyUI utility classes.
| Token | Current Value | Primary Usage |
|---|---|---|
--app-shell-bg | #1e40af | Primary app shell background behind non-home pages. |
--app-surface-1 | #f3e8ff | Root parent surface for `bg-base-100` wrappers (no border, no shadow). |
--app-surface-2 | #dbeafe | Secondary surface for nested content (`bg-base-50`). |
--app-surface-3 | #dcfce7 | Tertiary surface for utility sections (`bg-base-200`). |
--app-surface-4 | #fef9c3 | Quaternary surface for highlight blocks (`bg-base-300` + `border-base-300`). |
--app-surface-5 | #ffedd5 | Accent surface for warm UI highlights (`bg-base-400` + `border-base-300`). |
--app-surface-6 | #fee2e2 | Alert-leaning surface for stronger emphasis (`bg-base-500` + `border-base-300`). |
--app-border | #000000 | Default border color for UI chrome on themed pages. |
--app-radius | 0.5rem | Shared corner rounding via DaisyUI `rounded-box`. |
