/* Pixel Classic cursor - sized down to 32px */

.cur-1 {
  cursor: url("/icons/cursor-arrow.png") 4 4, auto;
}

.cur-1 a, .cur-1 button, .cur-1 input, .cur-1 .theme-toggle {
  cursor: url("/icons/cursor-hand.png") 4 4, pointer;
}
