/* CURSOR — für ALBA: der Zeiger ist ein Quadrat, der Block. Gefüllt für den
   Normalfall, größer und offen über Klickbarem. Hotspot jeweils in der Mitte.
   Entwürfe mit Pfeil, Splitter, Meißel und Schnittzeichen liegen in _shots/cur. */
@media (hover: hover) and (pointer: fine) {
  html { cursor: url("img/cursor-arrow.svg") 13 13, auto; }
  a, button, label, summary, select, [role="button"], .lang button, [data-cursor] {
    cursor: url("img/cursor-dot.svg") 17 17, pointer;
  }
  input, textarea { cursor: text; }
  .polish canvas { cursor: none; }
}
