body {
    color: white;
    background: #000000;
    font-family: system-ui, sans-serif;
    user-select: none;
    cursor: url('img/popcat-closed.html'), auto; /* Standardcursor für den gesamten Body */
}

.custom-cursor {
    cursor: url('img/popcat-open.html'), auto !important; /* Cursor für spezifische Elemente */
}

/* Sicherstellen, dass der Cursor für Buttons korrekt angewendet wird */
.wrap .button {
    cursor: url('img/popcat-open.html'), auto !important;
}
