/* Explain: Theme tokens for the automotive industry with a focus on red and gray. - */
:root {
    --primary-color: #E63946;
    --primary-hover: #D62828;
    --secondary-color: #1A1A1D;
    --accent-color: #E63946;
    --logo-subtitle-color: #A8DADC;
    --button-color: #E63946;
    --background-color: #F8F9FA;
    --surface-color: #FFFFFF;
    --footer-bg: #111111;
    --text-color: #212529;
    --text-muted: #495057;
    --border-color: #DEE2E6;
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(0, 0, 0, 0.08);
    --nav-bg: rgba(255, 255, 255, 0.98);
    --field-bg: #F1F3F5;
    --sage-soft: #F8F9FA;
    --sage-dark: #212529;
    --terracotta-soft: rgba(230, 57, 70, 0.15);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-button: 0 4px 14px rgba(230, 57, 70, 0.3);
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --font-logo: 'Oswald', sans-serif;
}