/*
 * Design tokens — single source of truth for brand colors and shared values.
 * Mirrors the Tailwind config in `tailwind.config.js` (brand.* colors).
 */
:root {
    --brand-yellow: #F9A826;
    --brand-blue: #055C9D;
    --brand-dark: #333333;
    --brand-gray: #666666;
    --brand-light: #F5F5F5;
}
