:root{
  --brand:#d97706;
}
html{
  scroll-behavior:smooth;
}
#hero-carousel img{
  opacity:0;
}
#hero-carousel img:first-child{
  opacity:1;
}
::-webkit-scrollbar{
  width:8px;
}
::-webkit-scrollbar-thumb{
  background:var(--brand);
  border-radius:4px;
}
