/**
 * Harvest palette: Tomato
 * Values sourced from design/store-theme/03-harvest-food/README.md.
 */
[data-hrv-palette="tomato"] {
  --hrv-bg: #FBF2EE;
  --hrv-surface: #FFFFFF;
  --hrv-text: #261815;
  --hrv-accent: #C2452D;
  /* Real per-palette values from the artboards' `palettes` map, NOT the
     derived approximations in _derived.css. accent-2 was being derived as
     the accent warmed toward the text, which renders bronze here where the
     design is green; band was derived as var(--hrv-text). */
  --hrv-accent-2: #4C7A3F;
  --hrv-band: #3B1A13;
}
