html {
  scroll-behavior: smooth;
}

/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #10B981; /* emerald-500 */
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #059669; /* emerald-600 */
}
