# Design System Brief (Must Follow) This repo is a tokens playground; it must strictly demonstrate token-driven UI. ## Non-negotiable rules - No `console.log`. - No network calls. - **No hardcoded colors** (hex/rgb/hsl). Everything must be CSS variables. ## Token usage - Use the shared token contract in `UX_TOKEN_CONTRACT.md`. - All UI must be driven by those variables. ## Component architecture - Reusable components in `src/components/**`. - No imports from `src/app/**` inside components.