html {
  scroll-behavior: smooth;
}

body.production-site {
  background: var(--paper);
}

body.production-site .site-frame {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

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