* {
  font-family: "Lato", sans-serif;
  scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  scrollbar-width: auto;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: transparent;
  background-clip: content-box;
}

*::-webkit-scrollbar-thumb:vertical {
  border-right: 2px solid transparent;
}

*::-webkit-scrollbar-thumb:horizontal {
  border-bottom: 2px solid transparent;
}

*:hover::-webkit-scrollbar-thumb,
*:focus-within::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
}