/* Explain: Industrial theme tokens with zinc and amber colors. - */
:root {
    --primary-color: #f59e0b;
    --primary-hover: #d97706;
    --secondary-color: #52525b;
    --accent-color: #ef4444;
    
    --background-color: #09090b;
    --surface-color: #18181b;
    --text-color: #f4f4f5;
    --text-muted: #a1a1aa;
    --border-color: #27272a;
    
    --shadow-soft: 0 10px 30px -10px rgba(0,0,0,0.7);
    --shadow-card: 0 4px 20px -2px rgba(0,0,0,0.9);
    
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
}