* {
  scrollbar-width: thin;
  scrollbar-color: #bfc5ce transparent;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-thumb {
  background-color: #bfc5ce;
  border-radius: 9999px;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 9999px;
}
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
