/* Custom styles for the application */

body {
  font-family: system-ui, -apple-system, sans-serif;
}

/* Hide scrollbar for year tabs */
.scrollbar-hide {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}
