/**
 * Restaurant palette: the only hex file the color editor writes.
 * Header vars paint only <header class="site-header"> (see header.css).
 * Hero vars paint the reel slides: .hero_logo_container, .contactinfobg, .hero-content.
 * Button vars paint idle actions and .menu-item-card (reel item slides).
 * --accent-color is the accent fill (--scheme-accent). --accent-text-color
 * is ink on that fill. --select-color is selection. --accent-glow-color
 * is the softer halo for glows and mixes.
 */
:root {
  /* Header: .site-header bar, chips, logo, notify — Pita Pit green */
  --header-bg-color: #fefefe;
  --header-text-color: #00843d;
  --header-icon-color: #00843d;
  --header-border-color: #e4002b;

  /* Hero: reel slides: logo, location picker, intro */
  --hero-bg-color-1: #fefefe;
  --hero-bg-color-2: #fefefe;
  --hero-text-color: #0d2a1a;
  --hero-features-icon-color: #fefefe;
  --hero-features-icon-bg-color: #00843d;
  --hero-border-color: #e4002b;

  /* Main */
  --main-bg: #fefefe;
  --main-text-color: #0d2a1a;

  /* Menu */
  --menu-bg-color-1: #0d2a1a;
  --menu-bg-color-2: #111111;
  --menu-text-color: #fefefe;
  --favorite-color: #e4002b;

  /* Buttons — green idle, red accent */
  --button-color1: #fefefe;
  --button-color2: #fefefe;
  --button-text-color1: #0d2a1a;
  --button-text-color2: #0d2a1a;
  --selected-button-color1: #b80022;
  --selected-button-color2: #e4002b;
  --selected-button-color3: #ff6b81;
  --selected-text-color1: #fefefe;
  --selected-text-color3: #e4002b;
  --select-color: #e4002b;
  --accent-color: #e4002b;
  --accent-text-color: #fefefe;
  --accent-glow-color: #ff6b81;

  /* Footer */
  --footer-bg-color: #00843dee;
  --footer-text-color: #fefefe;
  --footer-icon-color: #fefefe;
  --modal-bg-container-color: #0a120c88;
}
