/* Explain: Theme tokens for the Bahga Boutique feminine luxury identity. - */
:root {
    --primary-color: #D4A3B3;
    --primary-hover: #B88293;
    --secondary-color: #F8E9ED;
    --accent-color: #C27A8E;
    --logo-subtitle-color: #8C5A6A;
    --button-color: #EAC9D3;
    --background-color: #FFFDFE;
    --surface-color: #FDF4F7;
    --footer-bg: #FCF0F3;
    --text-color: #4A3A3F;
    --text-muted: #7A666D;
    --border-color: rgba(74, 58, 63, 0.12);
    --glass-bg: rgba(255, 253, 254, 0.72);
    --glass-border: rgba(194, 122, 142, 0.25);
    --nav-bg: rgba(255, 253, 254, 0.85);
    --field-bg: rgba(255, 255, 255, 0.7);
    --sage-soft: rgba(212, 163, 179, 0.15);
    --sage-dark: #A36B7E;
    --terracotta-soft: rgba(234, 201, 211, 0.3);
    --shadow-soft: 0 22px 70px rgba(194, 122, 142, 0.08);
    --shadow-button: 0 16px 36px rgba(194, 122, 142, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
