/* Explain: Theme tokens for the dark, industrial, and premium BELTRAX® identity. - */
:root {
    --background-color: #050505;
    --surface-color: #121212;
    --surface-light: #1a1a1a;
    --accent-color: #dc2626;
    --accent-hover: #b91c1c;
    --text-color: #f8fafc;
    --text-muted: #94a3b8;
    --border-color: #262626;
    --border-light: #333333;
    
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
}