* {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 99px;
}
.is-scrolling {
  scrollbar-color: rgba(196, 163, 90, 0.55) transparent;
}
.is-scrolling::-webkit-scrollbar-thumb {
  background: rgba(196, 163, 90, 0.55);
}
