.pointer:hover {
  cursor: pointer;
}

.grab:hover {
  cursor: grab;

  &:active {
    cursor: grabbing;
  }
}
