@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  html,
  body {
    cursor: url("../cursors/cursor-base.cursor.png") 7 6, auto;
  }

  a,
  button,
  label,
  [role="button"],
  [tabindex]:not([tabindex="-1"]),
  input,
  select,
  .button {
    cursor: url("../cursors/cursor-accent.cursor.png") 7 6, pointer;
  }
}
