/* Quantum Cursor Styles */
/* Extracted from quantum-cursor.js to fix CSP violations */

#quantum-cursor-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 2147483647;
    mix-blend-mode: screen;
}

#quantum-cursor-2d {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 2147483647;
    mix-blend-mode: screen;
}