# Design Tokens & Styles This directory contains the centralized design token system and legacy compatibility styles. ## Files - `tokens.css` - **Single source of truth** for all design tokens (colors, gradients, shadows) - `igny8-colors.css` - Legacy compatibility file (deprecated - use tokens.css instead) - `global.css` - Global base styles ## Design Tokens (`tokens.css`) All design tokens use plain naming (no "igny8" prefix): ### Color Tokens - `--color-primary` - Primary brand blue (#0693e3) - `--color-primary-dark` - Primary dark variant (#0472b8) - `--color-success` - Success green (#0bbf87) - `--color-warning` - Warning amber (#ff7a00) - `--color-danger` - Danger red (#ef4444) - `--color-purple` - Purple accent (#5d4ae3) ### Usage **✅ DO:** ```tsx // Use Tailwind utilities