/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Carousel fade helper */
.fade-enter {
  opacity: 0;
  z-index: 0;
}

.fade-enter-active {
  opacity: 1;
  z-index: 10;
}

/* Container width override */
.container {
  max-width: 1280px;
}
