/* theme.css — single source of truth for all design tokens */
:root {
  --cream:    #fdf6ec;
  --warm:     #f5ebe0;
  --terra:    #c1440e;
  --terra-lt: #e05a28;
  --saffron:  #f4a023;
  --turmeric: #e8b84b;
  --leaf:     #4a7c59;
  --text:     #2c1810;
  --text-mid: #6b3a28;
  --text-lt:  #a0674f;
  --border:   rgba(193,68,14,0.15);
  --shadow:   rgba(44,24,16,0.12);
}