/* variables.css - CSS proměnné a barvy */
:root {
    --primary-red: #d4051be0;
    --dark-bg: #0f0f0f;
    --card-bg: #1a1a1a;
    --text-light: #e5e5e5;
    --text-muted: #b8b8b8;
    --accent-red: #ef4444;
    --hover-red: #d11d1d;
}
