/* =========================================================
   INTERPERSONAL CATEGORY — PALETTE + TONE
   Purpose: build empathy, connection, and emotional awareness
   ========================================================= */

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

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

  --surface-primary: #ffffff;
  --surface-secondary: #ffd9e3;
  --surface-border: #ffb3c8;

  --text-primary: #5a1528;
  --text-secondary: #a93a4d;
  --text-muted: #c96885;

  --placeholder-primary: #ff9fb8;
  --placeholder-secondary: #ff8da8;
  --placeholder-accent: #ffb3c1;

  --action-primary: #e85d75;
  --action-accent: #f07d90;         /* Generated — lighter rose accent, harmonises with action-primary */
  --radius: 8px;                    /* Generated — standard border radius */
  --box-shadow-subtle: rgba(90, 21, 40, 0.15); /* Generated — shadow derived from text-primary */
}
