/*
 * Bennies All Day Dining brand theme
 * Terracotta/burnt-orange header and primary accent with cream foreground.
 */

:root {
  --brand-primary: oklch(0.58 0.17 35);
  --brand-primary-foreground: oklch(0.97 0.02 80);
  --brand-header-bg: oklch(0.58 0.17 35);
  --brand-header-fg: oklch(0.97 0.02 80);
}
