html { color-scheme: light; font-family: system-ui, sans-serif; }
body { margin: 0; }
html {
  scroll-behavior: smooth;
  background: #080708;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: #080708;
}

button,
input,
textarea,
select {
  font: inherit;
}

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