:root {
    --primary-color: #7CFF00; /* Typická Zombie zelená */
}

/* Pozadie na webe zombie apocalypse */
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('/assets/novy/zombie-bg.png') center/cover no-repeat;
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}
