/* Application-level styles — Tailwind handles most styling */
/* Add any global overrides here that Tailwind can't handle */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #c4bfb7;
  border-radius: 4px;
}
