:root {
    --primary-color: #0d6efd; /* Elektrická modrá */
    --primary-dark: #0a58ca;
    --accent-color: #ffc107; /* Výstražná žlutá */
    --text-dark: #212529;
    --text-light: #f8f9fa;
    --bg-light: #ffffff;
    --bg-dark: #f1f3f5;
    --bg-darker: #212529;
    
    --font-main: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --transition-speed: 0.3s;
}