12 CSS custom properties. Every color in the DandyLine brand — primary gold, 7 accents, 2 neutrals, and a cream-based text opacity scale. All tokens are locked and ready to ship.
:root. Use these variables everywhere — never hardcode a hex value in product code. This ensures a single source of truth for global color changes.:root in brand-shared.css. Reference them as var(--gold), var(--sky), etc. Never use hex values directly in product or UI code.rgba(2,7,16, α) — the BG color at reduced opacity. This keeps overlays tonally consistent with the brand palette rather than pure black.