html {
  scroll-behavior: smooth;
}

/* Base scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f7f7f7;
}
::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;
}