:root {
  --fontFamily: 'Playfair Display', Georgia, serif;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(190,24,93,0.12);
  --shadow-lg: 0 8px 24px rgba(190,24,93,0.18);
  --shadow-xl: 0 12px 32px rgba(190,24,93,0.22);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --primaryColor: #be185d;
  --secondaryColor: #9d174d;
  --bg: #1a0a14;
  --bg-alt: #2a1020;
  --bg-hover: #3a182e;
  --text: #fdf2f8;
  --text-body: #fbcfe8;
  --text-muted: #f9a8d4;
  --color-on-primary: #ffffff;
  --border: #4a1535;
  --border-light: #2a1020;
  --rating-color: #fbbf24;
  --overlay-bg: rgba(26,10,20,0.85);
  --footer-bg: #0d050a;
  --footer-text: #fbcfe8;
  --footer-muted: #831843;
  --footer-border: rgba(190,24,93,0.15);
}
