/*
 * Palette 07 - Magenta Lounge
 * Dark plum background with neon pink accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #1c0718;
  --footer-header-bg: #120410;
  --header-bg: rgba(18, 4, 16, 0.92);
  --brand-color: #ff5db1;
  --brand-hover: #ff87c4;
  --brand-contrast: #22041c;
  --text: #f7e8f2;
  --text-muted: rgba(247, 232, 242, 0.85);
  --text-faint: rgba(247, 232, 242, 0.6);
  --accent-glow: rgba(255, 93, 177, 0.32);
  --accent-glow-strong: rgba(255, 93, 177, 0.6);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(255, 93, 177, 0.2);
  --gradient-hero: linear-gradient(135deg, #1c0718 0%, #2d0a27 50%, #220a20 100%);
  --glow-primary: rgba(255, 93, 177, 0.06);
  --glow-secondary: rgba(139, 92, 246, 0.08);
}
