/* Explain: Theme tokens for the Perris Valley Women's Club identity. - */
:root {
    --primary-color: #D64578;
    --primary-hover: #B83561;
    --secondary-color: #FCE8EF;
    --accent-color: #D64578;
    --logo-subtitle-color: #7A4353;
    --button-color: #FFA6C9;
    --background-color: #FEFAFB;
    --surface-color: #FFF0F4;
    --footer-bg: #FAEBEE;
    --text-color: #3B2228;
    --text-muted: #694650;
    --border-color: rgba(59, 34, 40, 0.12);
    --glass-bg: rgba(254, 250, 251, 0.72);
    --glass-border: rgba(214, 69, 120, 0.32);
    --nav-bg: rgba(254, 250, 251, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --pink-soft: rgba(214, 69, 120, 0.15);
    --pink-dark: #8F2A4C;
    --rose-soft: rgba(255, 166, 201, 0.22);
    --shadow-soft: 0 22px 70px rgba(59, 34, 40, 0.08);
    --shadow-button: 0 16px 36px rgba(214, 69, 120, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}