/*
 * MangiaMore brand theme
 * Charcoal header (legacy #262425) with white text — matches the
 * existing MangiaMore Griffith branded app.
 *
 * Sets --brand-* variables; index.css reads them via var() with defaults in
 * the fallback so this file can load before the bundled CSS without being
 * overridden.
 */

:root {
  --brand-primary: oklch(0.24 0.005 30);
  --brand-primary-foreground: oklch(0.98 0 0);
  --brand-header-bg: var(--brand-primary);
  --brand-header-fg: var(--brand-primary-foreground);
}
