/* Explain: Theme tokens for the industrial workwear identity with gold, brown, and black. - */
:root {
    --primary-color: #D4AF37;
    --primary-hover: #F3D676;
    --secondary-color: #2A1808;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #C89A3A;
    --button-color: #D4AF37;
    --button-text-color: #100B04;
    --background-color: #0D0903;
    --surface-color: #171008;
    --footer-bg: #080603;
    --text-color: #F7E7B1;
    --text-muted: #D0B979;
    --border-color: rgba(212, 175, 55, 0.18);
    --glass-bg: rgba(24, 14, 5, 0.76);
    --glass-border: rgba(212, 175, 55, 0.34);
    --nav-bg: rgba(10, 7, 3, 0.86);
    --field-bg: rgba(255, 242, 199, 0.08);
    --sage-soft: rgba(212, 175, 55, 0.14);
    --sage-dark: #E8C965;
    --terracotta-soft: rgba(92, 47, 16, 0.34);
    --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.36);
    --shadow-button: 0 18px 42px rgba(212, 175, 55, 0.26);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}