Part of Epic: #105
Task
Define and implement a global system for design tokens in src/app/globals.css to ensure consistency across the application.
Acceptance Criteria
- Define a primary, secondary, and accent color palette in CSS variables.
- Define semantic colors for success, error, warning, and info states.
- Establish a typographic scale (e.g.,
--font-size-sm, --font-size-md, etc.) and apply it to base HTML elements.
- Define a spacing scale (e.g.,
--spacing-1, --spacing-2) based on an 8pt grid.
Part of Epic: #105
Task
Define and implement a global system for design tokens in
src/app/globals.cssto ensure consistency across the application.Acceptance Criteria
--font-size-sm,--font-size-md, etc.) and apply it to base HTML elements.--spacing-1,--spacing-2) based on an 8pt grid.