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

  a,
  button,
  label,
  summary,
  [role="button"],
  [tabindex]:not([tabindex="-1"]),
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .button,
  .nav-toggle,
  .whatsapp-float,
  .back-to-top,
  [draggable="true"] {
    cursor: url("../cursors/cursor-accent.cursor.png?v=2d22de0b67") 7 6, pointer;
  }

  a:hover,
  a:focus-visible,
  a:active,
  button:hover,
  button:focus-visible,
  button:active,
  label:hover,
  label:active,
  summary:hover,
  summary:active,
  [role="button"]:hover,
  [role="button"]:focus-visible,
  [role="button"]:active,
  [tabindex]:not([tabindex="-1"]):hover,
  [tabindex]:not([tabindex="-1"]):focus-visible,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  .button:hover,
  .button:focus-visible,
  .button:active,
  .nav-toggle:hover,
  .nav-toggle:focus-visible,
  .nav-toggle:active,
  .nav-toggle[aria-expanded="true"],
  .whatsapp-float:hover,
  .whatsapp-float:focus-visible,
  .whatsapp-float:active,
  .back-to-top:hover,
  .back-to-top:focus-visible,
  .back-to-top:active,
  [draggable="true"]:hover,
  [draggable="true"]:active,
  [aria-pressed="true"] {
    cursor: url("../cursors/cursor-accent.cursor.png?v=2d22de0b67") 7 6, pointer;
  }

  [draggable="true"],
  [data-cursor="grab"] {
    cursor: url("../cursors/cursor-accent.cursor.png?v=2d22de0b67") 7 6, grab;
  }

  [draggable="true"]:active,
  [data-cursor="grab"]:active,
  [data-cursor="grabbing"],
  .is-dragging {
    cursor: url("../cursors/cursor-accent.cursor.png?v=2d22de0b67") 7 6, grabbing;
  }
}
