/* METRIDIUM v2 — Cursor */

.glow-canvas,
.cursor-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  will-change: contents;
}

.glow-canvas {
  mix-blend-mode: screen;
}

.cursor-canvas {
  z-index: 10001;
}