body.page, body.home, body.single, body.archive {
  cursor: none !important;
}

#cursorSvg, #cursorCircle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999999;
}

#cursorSvg {
  width: 100vw;
  height: 100vh;
}

.cursor-circle {
  width: 12px;
  height: 12px;
  background: var(--background-ligh);
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: width 0.15s ease, height 0.15s ease, transform 0.05s ease-out;
  will-change: transform, width, height;
}

.cursor-circle.big {
  width: 60px;
  height: 60px;
}