/* Explain: Bridal luxury theme tokens and typography with jewel tones. */
:root {
    /* Jewel Tone Elegant Palette */
    --primary-color: #0E3E38;
    --primary-hover: #092B27;
    --secondary-color: #D4AF37;
    --accent-color: #B54D59;
    --background-color: #FDFCF8;
    --surface-color: #FFFFFF;
    --surface-warm: #F4F1EA;
    --text-color: #1A2421;
    --text-muted: #53635E;
    --border-color: #D0D6D3;
    
    /* Legacy mapping for existing elements */
    --pearl-color: #FDFCF8;
    --champagne-color: #D4AF37;
    --rose-nude-color: #B54D59;
    --soft-gray-color: #D0D6D3;
    --espresso-color: #0E3E38;
    
    --font-heading: 'Bodoni Moda', 'Didot', 'Bodoni 72', serif;
    --font-body: 'Avenir Next', 'Montserrat', sans-serif;
    --radius-oval: 999px;
    --radius-soft: 2rem;
    --shadow-soft: 0 24px 80px rgba(14, 62, 56, 0.08);
    --shadow-card: 0 18px 45px rgba(14, 62, 56, 0.05);
}