*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}

*::-webkit-scrollbar {
  display: none;
}

::-moz-selection {
  background: #f81ce5;
  color: #fff;
}
