:root {
  --color-bg: #fcebd7;
  --color-bg-alt: #f7e1d0;
  --color-surface: rgba(255, 250, 245, 0.72);
  --color-surface-strong: rgba(255, 248, 240, 0.92);
  --color-text: #3b2d27;
  --color-text-soft: rgba(59, 45, 39, 0.72);
  --color-accent: #bf9275;
  --color-accent-strong: #9b6f55;
  --color-line: rgba(191, 146, 117, 0.24);
  --shadow-soft: 0 18px 40px rgba(68, 39, 26, 0.12);
  --shadow-glow: 0 0 60px rgba(191, 146, 117, 0.2);
  --radius-card: 28px;
  --radius-pill: 999px;
  --content-max: 1180px;
  --font-display: "Cormorant Garamond", serif;
  --font-body: "Montserrat", sans-serif;
  --font-script: "Great Vibes", cursive;
  --transition-base: 220ms ease;
  --transition-slow: 500ms ease;
}

body.theme-male {
  --color-bg: #0f110e;
  --color-bg-alt: #171a15;
  --color-surface: rgba(23, 26, 21, 0.7);
  --color-surface-strong: rgba(20, 24, 20, 0.88);
  --color-text: #f6eee5;
  --color-text-soft: rgba(246, 238, 229, 0.72);
  --color-accent: #e1c6b3;
  --color-accent-strong: #f0d9c9;
  --color-line: rgba(225, 198, 179, 0.18);
  --shadow-soft: 0 20px 42px rgba(0, 0, 0, 0.28);
  --shadow-glow: 0 0 60px rgba(225, 198, 179, 0.08);
}
