* { cursor: none !important; box-sizing: border-box; }
body { background: #0a0a0a; overflow-x: hidden; }
.custom-cursor {
  width: 12px; height: 12px;
  background: #ff3d00;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background 0.2s, border 0.2s;
}
.custom-cursor.big {
  width: 44px; height: 44px;
  background: transparent;
  border: 2px solid #ff3d00;
}.t396__artboard-fixed-no-bg {
  mix-blend-mode: difference;
}html { scroll-behavior: smooth; }