/* Explain: Red, black, and white theme tokens for the auto repair brand */
:root {
    --primary-color: #D71920;
    --primary-hover: #B11218;
    --secondary-color: #000000;
    --accent-color: #E21B2D;
    --logo-subtitle-color: #FFFFFF;
    --button-color: #D71920;
    --background-color: #000000;
    --surface-color: #0B0B0D;
    --footer-bg: #000000;
    --text-color: #FFFFFF;
    --text-muted: #A3A3A3;
    --border-color: rgba(255, 255, 255, 0.14);
    --glass-bg: rgba(17, 17, 17, 0.82);
    --glass-border: rgba(215, 25, 32, 0.35);
    --nav-bg: rgba(0, 0, 0, 0.9);
    --field-bg: rgba(255, 255, 255, 0.06);
    --sage-soft: rgba(215, 25, 32, 0.15);
    --sage-dark: #E21B2D;
    --terracotta-soft: rgba(215, 25, 32, 0.16);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.4);
    --shadow-button: 0 16px 36px rgba(215, 25, 32, 0.35);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
