/* Explain: Theme tokens for the vintage biker auto and moto shop identity. - */
:root {
    --primary-color: #B85D19;
    --primary-hover: #D67A35;
    --secondary-color: #2C2C2C;
    --accent-color: #D67A35;
    --logo-subtitle-color: #A3A3A3;
    --button-color: #B85D19;
    --background-color: #111111;
    --surface-color: #1A1A1A;
    --footer-bg: #0A0A0A;
    --text-color: #E6E1D8;
    --text-muted: #999999;
    --border-color: rgba(255, 255, 255, 0.1);
    --glass-bg: rgba(26, 26, 26, 0.72);
    --glass-border: rgba(214, 122, 53, 0.2);
    --nav-bg: rgba(17, 17, 17, 0.85);
    --field-bg: rgba(0, 0, 0, 0.3);
    --sage-soft: rgba(214, 122, 53, 0.1);
    --sage-dark: #D67A35;
    --terracotta-soft: rgba(214, 122, 53, 0.15);
    --shadow-soft: 0 15px 40px rgba(0, 0, 0, 0.4);
    --shadow-button: 0 10px 25px rgba(214, 122, 53, 0.2);
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}