:root {
  scrollbar-color: rgba(255,255,255,0.34) #070b0a;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #070b0a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,255,255,0.18));
  border: 2px solid #070b0a;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0.3));
}

::-webkit-scrollbar-corner {
  background: #070b0a;
}
