/**
 * Harvest palette: Basil
 * Values sourced from design/store-theme/03-harvest-food/README.md.
 */
[data-hrv-palette="basil"] {
  --hrv-bg: #F3F6EF;
  --hrv-surface: #FFFFFF;
  --hrv-text: #1C231A;
  --hrv-accent: #4C7A3F;
  /* 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: #C08A2D;
  --hrv-band: #24361F;
}
