/* Explain: Theme tokens for a premium dark-blue and gold identity. - */
:root {
    --primary-color: #D4AF37;
    --primary-hover: #F1C40F;
    --secondary-color: #0A192F;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #F1C40F;
    --button-color: #D4AF37;
    --btn-text: #000000;
    --background-color: rgba(0, 0, 0, 0.65);
    --surface-color: rgba(10, 25, 47, 0.7);
    --footer-bg: rgba(0, 0, 0, 0.95);
    --text-color: #F8F9FA;
    --text-muted: #CBD5E1;
    --border-color: rgba(212, 175, 55, 0.3);
    --glass-bg: rgba(10, 25, 47, 0.7);
    --glass-border: rgba(212, 175, 55, 0.4);
    --nav-bg: rgba(0, 0, 0, 0.95);
    --field-bg: rgba(0, 0, 0, 0.6);
    --sage-soft: rgba(212, 175, 55, 0.15);
    --sage-dark: #D4AF37;
    --terracotta-soft: rgba(255, 255, 255, 0.1);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.8);
    --shadow-button: 0 16px 36px rgba(212, 175, 55, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}