/* =========================================================
   EVERYDAY DECISIONS CATEGORY — PALETTE + TONE
   Purpose: foster confidence and practical action
   ========================================================= */

/* =========================================================
   CATEGORY PALETTE TOKENS
   ========================================================= */

:root {
  --page-bg: #fff7e6;
  --surface-primary: #ffffff;
  --surface-secondary: #ffe8cc;
  --surface-border: #ffd9a3;
  --text-primary: #4a3000;
  --text-secondary: #c77700;
  --text-muted: #d48a4d;
  --placeholder-primary: #ffc966;
  --placeholder-secondary: #ffbb33;
  --placeholder-accent: #ffd48a;
  --action-primary: #ffb020;
  --action-accent: #ffc94d;         /* Generated — lighter amber accent, harmonises with action-primary */
  --radius: 8px;                    /* Generated — standard border radius */
  --box-shadow-subtle: rgba(74, 48, 0, 0.15); /* Generated — shadow derived from text-primary */
}
