@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

[data-scroll="x"]::-webkit-scrollbar {
  height: 6px;
}

[data-scroll="x"]::-webkit-scrollbar-track {
  background: transparent;
}

[data-scroll="x"]::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.5);
  border-radius: 999px;
}
