/* ribbit.network — extra styles not handled by Tailwind */
/* a/button resets moved to tailwind.css @layer base */

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

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

::-webkit-scrollbar-thumb {
  background: oklch(0.22 0.012 260 / 0.5);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: oklch(0.35 0.02 260 / 0.6);
}
