
:root {
    --bg-base: #fff0f5; /* Lavender blush - очень нежный фон */
    --bg-gradient: radial-gradient(circle at top left, #fffcfd 0%, #ffe4e1 100%);
    --accent: #ffb6c1; /* Light pink */
    --accent-dark: #f48fb1;
    --gold: #d4af37; /* Нежное золото */
    --text-main: #5a4b50;
    --text-muted: #8c7b80;
    --font-title: 'Cormorant Garamond', serif;
    --font-text: 'Montserrat', sans-serif;
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.9);
}
