/* custom cursor code stylink  */

[data-cursor] {
    border-radius: 50%;
}

[data-cursor="0"] {
    background-color: rgb(255, 255, 255);
    height: 9px;
    width: 9px;
    mix-blend-mode: difference;
}

[data-cursor="1"] {
    border: 2px solid rgba(116, 116, 116, 0.945);
    height: 7px;
    width: 7px;
    transition: all 0.15s ease-out, left 0.3s linear, top 0.3s linear;
    mix-blend-mode: difference;
    background-color: rgb(126, 126, 126);
    mix-blend-mode: difference;
}

.cursor-hover--a [data-cursor="1"] {
    height: 50px;
    width: 50px;
    mix-blend-mode: difference;
    background-color: rgba(99, 93, 85, 0);
}

.cursor-hover--button [data-cursor="1"] {
    height: 50px;
    width: 50px;
    mix-blend-mode: difference;
    background-color: rgba(138, 88, 88, 0);
}