/* ===================================================
 * EKA Brand Design Tokens — CSS Custom Properties
 * Auto-generated from src/app/globals.css
 * Regenerated on every build (npm run prebuild).
 *
 * Usage:
 *   @import url('https://ekabalance.com/brand/tokens.css');
 *   color: var(--color-primary);
 *
 * Fetch at build time (add to your prebuild script):
 *   curl https://ekabalance.com/brand/tokens.css -o src/styles/brand.css
 * =================================================== */
:root {
  --color-rating-light: #fde68a;
  --color-rating: #ffb405;
  --color-rating-dark: #b45309;
  --color-sidebar: oklch(0.985 0 0);
  --color-sidebar-foreground: oklch(0.145 0 0);
  --color-sidebar-primary: oklch(0.546 0.245 262.881);
  --color-sidebar-primary-foreground: oklch(0.97 0.014 254.604);
  --color-sidebar-accent: oklch(0.97 0 0);
  --color-sidebar-accent-foreground: oklch(0.205 0 0);
  --color-sidebar-border: oklch(0.922 0 0);
  --color-sidebar-ring: oklch(0.708 0 0);
  --color-chart-1: oklch(0.87 0 0);
  --color-chart-2: oklch(0.556 0 0);
  --color-chart-3: oklch(0.439 0 0);
  --color-chart-4: oklch(0.371 0 0);
  --color-chart-5: oklch(0.269 0 0);
}
