/* Explain: Theme tokens for the deep blue and gold elegant identity. - */
:root {
    --primary-color: #1e293b;
    --primary-hover: #fbbf24;
    --secondary-color: #334155;
    --accent-color: #d4af37;
    --logo-subtitle-color: #fde047;
    --button-color: #d4af37;
    --btn-text: #0B1120;
    --background-color: #0B1120;
    --surface-color: #131C2F;
    --footer-bg: #070B14;
    --text-color: #F8FAFC;
    --text-muted: #94A3B8;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(11, 17, 32, 0.72);
    --glass-border: rgba(212, 175, 55, 0.25);
    --nav-bg: rgba(11, 17, 32, 0.85);
    --field-bg: rgba(255, 255, 255, 0.05);
    --sage-soft: rgba(212, 175, 55, 0.1);
    --sage-dark: #d4af37;
    --terracotta-soft: rgba(30, 64, 175, 0.2);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.5);
    --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;
}