/*
 * Two Kings Burgers brand theme
 * White header (matching legacy app) with golden-yellow primary accent.
 */

:root {
  --brand-primary: oklch(0.82 0.17 85);
  --brand-primary-foreground: oklch(0.18 0.02 80);
  --brand-header-bg: oklch(1 0 0);
  --brand-header-fg: oklch(0.18 0.02 80);
}
