/**
 * Harvest palette: Wheat (default)
 * Values sourced from design/store-theme/03-harvest-food/README.md.
 *
 * The default palette also seeds bare :root so a page rendered before the
 * <body data-hrv-palette> attribute is parsed still resolves the base vars.
 */
:root,
[data-hrv-palette="wheat"] {
  --hrv-bg: #FBF6EC;
  --hrv-surface: #FFFFFF;
  --hrv-text: #241E14;
  --hrv-accent: #C08A2D;
  /* 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: #3A2E17;
}
