/* ============================================================
   Parrot Bliss — Sunset Papaya design tokens
   SINGLE SOURCE OF TRUTH for brand color. To change the palette,
   edit the values here. Enqueued site-wide (functions.php, handle
   'pb-tokens') before every other stylesheet.
   Functional colors (stat rails, care badges, form status) and
   neutrals are intentionally NOT tokenized — they are not part of
   the brand palette and must stay fixed.
   ============================================================ */
:root {
  /* Surfaces — warm cream family */
  --pb-surface: #fff8f4; /* page background */
  --pb-surface-hi: #fffaf6; /* slightly brighter cream */
  --pb-surface-2: #fff5ee; /* alternate cream */
  --pb-low: #ffeede; /* low/sand sections; cream text on dark */
  --pb-low-warm: #ffe6c2; /* warm pale */
  --pb-soft: #ffe0c2; /* accent tint; top-bar text */
  --pb-soft-hi: #fff0e4; /* soft hover tint */

  /* Ink */
  --pb-ink: #3a1f2e; /* primary text */
  --pb-ink-soft: #7a5060; /* secondary text */
  --pb-ink-deep: #2a1420; /* dark sections / footer */

  /* Accent (papaya orange) */
  --pb-accent: #ff7a1a; /* primary CTA / links / rules */
  --pb-accent-hover: #e05a00; /* accent hover */
  --pb-accent-deep: #b84a00; /* deep accent */

  /* Structure + secondary */
  --pb-topbar: #5c2149; /* plum top bar */
  --pb-outline: #c98a7a; /* warm outline */
  --pb-outline-soft: #f0cbb8; /* light warm border */
  --pb-border: #f2e3d6; /* hairline border */
  --pb-border-2: #f4e9dd; /* alt hairline */
  --pb-violet: #7a4bd1; /* secondary accent */
  --pb-violet-soft: #d9c9f4; /* light violet tint */
  --pb-gold: #ffa600; /* tertiary accent */
}
