body {
  /* Syntax: url('path-to-image'), fallback-type */
  cursor: url('https://zebrita.com/images/cursor.cur'), auto;
}

/* Optional: Keep the custom cursor or change it when hovering over links */
a, button {
  cursor: url('https://zebrita.com/images/cursor.cur'), pointer;
}
