/* Explain: Theme tokens for the auto rescue service identity. - */
:root {
    --primary-color: #dc2626;
    --primary-hover: #b91c1c;
    --secondary-color: #fee2e2;
    --accent-color: #dc2626;
    --logo-subtitle-color: #dc2626;
    --button-color: #dc2626;
    --background-color: #ffffff;
    --surface-color: #f8fafc;
    --footer-bg: #f1f5f9;
    --text-color: #0f172a;
    --text-muted: #475569;
    --border-color: rgba(15, 23, 42, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(220, 38, 38, 0.32);
    --nav-bg: rgba(255, 255, 255, 0.90);
    --field-bg: #ffffff;
    --sage-soft: rgba(220, 38, 38, 0.10);
    --sage-dark: #b91c1c;
    --terracotta-soft: rgba(220, 38, 38, 0.15);
    --shadow-soft: 0 22px 70px rgba(220, 38, 38, 0.08);
    --shadow-button: 0 16px 36px rgba(220, 38, 38, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}