/* Explain: Theme tokens for the epic Norse-inspired studio identity. - */
:root {
    --primary-color: #1E293B;
    --primary-hover: #D4AF37;
    --secondary-color: #0F172A;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #FBBF24;
    --button-color: #D4AF37;
    --button-text: #0B1120;
    --background-color: #0B1120;
    --surface-color: #111827;
    --footer-bg: #0A0F1C;
    --text-color: #F8FAFC;
    --text-muted: #94A3B8;
    --border-color: rgba(212, 175, 55, 0.2);
    --glass-bg: rgba(15, 23, 42, 0.72);
    --glass-border: rgba(212, 175, 55, 0.32);
    --nav-bg: rgba(11, 17, 32, 0.85);
    --field-bg: rgba(30, 41, 59, 0.6);
    --sage-soft: rgba(212, 175, 55, 0.15);
    --sage-dark: #FBBF24;
    --terracotta-soft: rgba(51, 65, 85, 0.5);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.5);
    --shadow-button: 0 16px 36px rgba(212, 175, 55, 0.15);
    --font-heading: 'Cinzel', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Cinzel', serif;
}