/* Cursore piuma AJCREATIONS: solo dispositivi con mouse/trackpad. */
@media (hover:hover) and (pointer:fine) {
  html, body, body *, a, button, [role="button"], .hot, .hotspot, .book-hotspot {
    cursor: url("assets/piuma-cursore.png") 16 70, auto !important;
  }
}
/* Smartphone/tablet touch: niente cursore personalizzato o artefatti grafici. */
@media (hover:none), (pointer:coarse) {
  html, body, body *, a, button, [role="button"], .hot, .hotspot, .book-hotspot,
  .language-hotspots, .lang-hot {
    cursor: auto !important;
  }
}
