/* NYC Kings Custom Styles */

/* Custom scrollbar - NYC Kings theme */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #dc2626;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b91c1c;
}

/* Firefox scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #dc2626 #f1f1f1;
}
