/* 
    This CSS file was created by OwL for use by pointer.js, 
     witch can be found on https://seattleowl.com. 
*/

#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5.5px solid #283585;
    position: fixed;
    border-radius: 5px;
    z-index: 100000001;
    pointer-events: none;
    transition: border-color 0.5s;
	mix-blend-mode: hard-light;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    background: rgb(89 179 203 / 30%);
    position: fixed;
    border-radius: 120px;
    z-index: 100000002;
    pointer-events: none;
	mix-blend-mode: multiply;
}

html {
    cursor: none !important;
}

a {
    cursor: none !important;
}