/* =========================================================
   WELLBEING CATEGORY — PALETTE + TONE
   Purpose: restore calm, clarity, and affordance
   ========================================================= */

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

:root {
  --page-bg: #f6faf9;
  --surface-primary: #ffffff;
  --surface-secondary: #e4f1ee;
  --surface-border: #c9e0dc;
  --text-primary: #0f2f2b;
  --text-secondary: #355f59;
  --text-muted: #5f7f7a;
  --placeholder-primary: #bfe3da;
  --placeholder-secondary: #a8d4c9;
  --placeholder-accent: #8fc3b6;
  --action-primary: #1b8f7a;
  --action-accent: #3aab98;         /* Generated — lighter teal-green accent, harmonises with action-primary */
  --radius: 8px;                    /* Generated — standard border radius */
  --box-shadow-subtle: rgba(15, 47, 43, 0.15); /* Generated — shadow derived from text-primary */
}
