
/* 
.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out;
    mix-blend-mode: difference;
}

.cursor-follower {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease-out;
} */


