:root {
    scroll-behavior: auto;
}
.smooth-scroll {
  scroll-behavior: smooth;
}
.no-smooth-scroll {
  scroll-behavior: auto!important;
}