/* Custom cursor (desktop) */
.cursor, .cursor-dot{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;mix-blend-mode:difference;transition:transform .25s cubic-bezier(.2,.6,.2,1), width .25s, height .25s, opacity .25s}
.cursor{width:32px;height:32px;border:1px solid var(--bone);border-radius:50%;transform:translate(-50%,-50%)}
.cursor-dot{width:4px;height:4px;background:var(--paper);border-radius:50%;transform:translate(-50%,-50%)}
.cursor.is-hover{width:64px;height:64px;border-color:var(--gold-bright)}
@media (max-width: 820px){ .cursor,.cursor-dot{ display:none } }
