/* =========================================================
   LIFE CHOICES CATEGORY — PALETTE + TONE
   Purpose: inspire aspiration, potential, and transformation
   ========================================================= */

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

:root {
  --page-bg: #f4f0ff;

  --surface-primary: #ffffff;
  --surface-secondary: #e0d5ff;
  --surface-border: #cbb8ff;

  --text-primary: #2a1a5a;
  --text-secondary: #4529a6;
  --text-muted: #6f4ff2;

  --placeholder-primary: #a893f5;
  --placeholder-secondary: #9d85ff;
  --placeholder-accent: #b9a7ff;

  --action-primary: #6f4ff2;
  --action-accent: #8b70f5;         /* Generated — lighter purple accent, harmonises with action-primary */
  --radius: 8px;                    /* Generated — standard border radius */
  --box-shadow-subtle: rgba(42, 26, 90, 0.15); /* Generated — shadow derived from text-primary */
}
