/* Anna's initial theme: bright, soft, light pink with blue and lavender
   complements (handoff spec section 4). Components consume only these
   semantic tokens; swapping this file swaps the whole look. */
:root {
  --color-bg: #fff8fb;
  --color-surface: #ffffff;
  --color-surface-soft: #ffeef5;
  --color-primary: #f39ab8;
  --color-primary-strong: #df789d;
  --color-primary-muted: #f8c7d8;
  --color-accent: #9fc8d9;
  --color-accent-soft: #e7f3f7;
  --color-secondary: #b7a5d8;
  --color-text: #2f2a2d;
  --color-text-muted: #6f6268;
  --color-border: #efd7e1;
  --color-success: #6f9f86;
  --color-warning: #b88a44;
  --color-danger: #b85f6d;
  --shadow-soft: 0 6px 20px rgba(84, 55, 68, 0.08);
  --radius-card: 18px;
  --radius-control: 12px;
  --tabbar-bg: rgba(255, 248, 251, 0.82);
}
