/*
 * The Rusty Bucket Cafe brand theme
 * Legacy palette: olive/sage green (matches the wavy header band in the old site
 * and the brand's "Place an Order" CTA). Header uses the same sage-green solid,
 * white foreground text for the nav chrome over it.
 */

:root {
  --brand-primary: oklch(0.64 0.085 120);
  --brand-primary-foreground: oklch(0.98 0.01 80);
  --brand-header-bg: oklch(0.64 0.085 120);
  --brand-header-fg: oklch(0.99 0.005 80);
}
