/* site-wide minimalist black cursors (PNG so it works in Safari too).
   !important so page-level `cursor: pointer` (e.g. the nav) doesn't override. */
* { cursor: url('/cursor-arrow.png') 1 1, auto !important; }
a, button, summary, label, [role="button"], [onclick], .how-it-works {
  cursor: url('/cursor-hand.png') 4 0, pointer !important;
}
input, textarea, [contenteditable="true"] { cursor: text !important; }
