:root {
  --brand-dark: #1a0a08;
  --brand-dark-alt: #2e1410;
  --brand-brown-alt: #6b1e14;
  --brand-brown: #9b2418;
  --brand-gold-muted2: #c43525;
  --brand-gold-muted: #d63a28;
  --brand-gold: #ec3e2a;
  --brand-border: #f4907f;
  --brand-gold-light: #fac5bc;
  --brand-bg-staff: #fff0ee;
  --brand-bg-guest: #fff5f4;
  --brand-gold-rgb: 236 62 42;
  --brand-dark-rgb: 26 10 8;
  --status-placed: #3b82f6;
  --status-preparing: #f59e0b;
  --status-ready: #22c55e;
  --status-neutral: #6b7280;
  --status-error: #ef4444;
  --status-placed-rgb: 59 130 246;
  --status-preparing-rgb: 245 158 11;
  --status-ready-rgb: 34 197 94;
  --status-neutral-rgb: 107 114 128;
  --status-error-rgb: 239 68 68;
  --shadow-sm: rgba(0,0,0,0.04);
  --shadow-md: rgba(0,0,0,0.08);
  --shadow-lg: rgba(0,0,0,0.15);
  --overlay-white: rgba(255,255,255,0.06);
}
