/* ============================================================
   PALETTE · Warm Earth  (DEFAULT — approved primary)
   Forest green · terracotta · cream · warm charcoal
   ============================================================ */
:root,
[data-theme="warm-earth"]{
  --ink:#201c17;        /* darkest — hero / approach */
  --forest:#2c3325;     /* deep band */
  --forest-2:#242a1d;   /* footer */
  --sage:#7e8465;       /* muted accent text */
  --sand:#e7ddc6;       /* mid-light band */
  --paper:#f1ead8;      /* lightest band */
  --clay:#b85f3c;       /* PRIMARY accent */
  --clay-deep:#9e4e2f;  /* accent hover */
  --cream-ink:#33291f;  /* text on light */
  --light:#ece4d3;      /* text on dark */
  --light-dim:#b7ae98;  /* dim text on dark */
  --on-accent:#ffffff;              /* text on accent */
  --on-accent-dim:rgba(255,255,255,.9);
  --accent-ink:#b85f3c;             /* accent text on LIGHT surfaces */
}
