/* Explain: Theme tokens for a gold-on-black aesthetic with white informational text. - */
:root {
    --primary-color: #D4AF37;
    --primary-hover: #F3E5AB;
    --secondary-color: #1a1a1a;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #D4AF37;
    --button-color: #D4AF37;
            --background-color: #000000;
        --surface-color: #0a0a0a;
        --footer-bg: #000000;
    --text-color: #ffffff;
    --text-muted: #a3a3a3;
    --border-color: rgba(212, 175, 55, 0.2);
            --glass-bg: rgba(0, 0, 0, 0.72);
        --glass-border: rgba(212, 175, 55, 0.32);
        --nav-bg: rgba(0, 0, 0, 0.85);
    --field-bg: rgba(255, 255, 255, 0.05);
    --sage-soft: rgba(212, 175, 55, 0.15);
    --sage-dark: #D4AF37;
    --terracotta-soft: rgba(255, 255, 255, 0.08);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.6);
    --shadow-button: 0 16px 36px rgba(212, 175, 55, 0.2);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}