.ghost-cursor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.ghost-cursor > canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  mix-blend-mode: soft-light;
  opacity: 0.72;
}

#siteGhostCursor {
  display: none !important;
}

.ghost-cursor.is-disabled {
  display: none;
}

.ghost-cursor-fallback {
  display: none;
}
