html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

img {
  color: transparent;
}

#site-header.is-scrolled .max-w-7xl {
  height: 4.25rem;
}

#lightbox.is-open {
  display: flex;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
