* {
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 24, 22, 0.16) transparent;
}

*::-webkit-scrollbar {
  width: clamp(0.28rem, 0.35vw, 0.4rem);
  height: clamp(0.28rem, 0.35vw, 0.4rem);
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: rgba(20, 24, 22, 0.14);
  border-radius: 999px;
  transition: background 0.2s ease;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(20, 24, 22, 0.24);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}
