:root {
  --pink: #E8B4B8;
  --dusty-rose: #D8A7B1;
  --champagne: #F7D1CD;
  --white: #FFFFFF;
  --ivory: #FFF9F5;
  --rose-gold: #B76E79;
  --dark: #2D2D2D;
  --text: #4A4A4A;
  --text-light: #7A7A7A;
  --gold-gradient: linear-gradient(135deg, #B76E79, #E8B4B8, #D4AF37, #B76E79);
  --pink-gradient: linear-gradient(135deg, #F7D1CD, #E8B4B8, #D8A7B1);
  --hero-gradient: linear-gradient(135deg, #FFF9F5 0%, #F7D1CD 30%, #E8B4B8 60%, #D8A7B1 100%);
  --glass-bg: rgba(255, 249, 245, 0.7);
  --glass-border: rgba(232, 180, 184, 0.3);
  --shadow-sm: 0 2px 15px rgba(183, 110, 121, 0.08);
  --shadow-md: 0 8px 30px rgba(183, 110, 121, 0.12);
  --shadow-lg: 0 15px 50px rgba(183, 110, 121, 0.18);
  --shadow-glow: 0 0 30px rgba(232, 180, 184, 0.4);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: all 0.2s ease;
  --transition-slow: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Poppins', sans-serif;
  --font-accent: 'Cormorant Garamond', serif;
}
