/* Amber custom styles */

html, body {
  scroll-behavior: smooth;
}

/* Parallax will use will-change for smoother transforms */
[data-parallax] {
  will-change: transform;
}

/* Hide scrollbars on modal thumbs if needed */
#modalThumbs::-webkit-scrollbar {
  height: 6px;
}
#modalThumbs::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.5);
  border-radius: 4px;
}
