/* Explain: Bridal luxury theme tokens and typography */
:root {
    --primary-color: #2D2420;
    --primary-hover: #4a3931;
    --secondary-color: #DCC7A1;
    --accent-color: #D9A7A0;
    --background-color: #FBF8F3;
    --surface-color: #fffdf8;
    --surface-warm: #f4eee4;
    --text-color: #2D2420;
    --text-muted: #766d68;
    --border-color: #C9C7C2;
    --pearl-color: #FBF8F3;
    --champagne-color: #DCC7A1;
    --rose-nude-color: #D9A7A0;
    --soft-gray-color: #C9C7C2;
    --espresso-color: #2D2420;
    --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(45, 36, 32, 0.12);
    --shadow-card: 0 18px 45px rgba(45, 36, 32, 0.08);
}
