/* theme-her.css — warm cream + dusty rose + plum.
   Sister palette to the existing app. Will become the in-app female mode. */

:root, [data-theme="her"] {
  --bg: #F4ECDF;
  --bg-alt: #EDE2D2;
  --surface: #FFF7EC;
  --surface-2: #F8ECDB;
  --border: #E2D2BE;

  --text: #2A1A1F;
  --text-secondary: #5A3F47;
  --text-muted: #8C7079;

  --accent: #B83A4A;
  --accent-strong: #8E2434;
  --accent-soft: rgba(184, 58, 74, 0.12);
  --accent-on: #FFF7EC;

  --plum: #6E3A4A;
  --gold: #C8962A;

  --shadow: 0 12px 40px rgba(110, 58, 74, 0.12);
  --shadow-lg: 0 24px 60px rgba(110, 58, 74, 0.18);
}
