.cursor {
  cursor: pointer;
}

.regularText {
    font-family: sans-serif;
}

.regularText::selection {
  background-color: transparent;
}
