@media (hover: hover) and (pointer: fine) {
  html,
  body {
    cursor: url("./images/ui/cursor-arrow.svg?v=20260906-2") 3 2, default !important;
  }

  a[href],
  button:not(:disabled),
  summary,
  label[for],
  select,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  video[controls],
  audio[controls],
  [role="button"],
  [onclick],
  [tabindex]:not([tabindex="-1"]),
  .gallery-item,
  .folder-page,
  .modal-backdrop,
  .skills-canvas,
  .pool-wrap,
  #p5-canvas {
    cursor: url("./images/ui/cursor-hand.svg?v=20260906-2") 10 2, pointer !important;
  }
}
