:root {
  color-scheme: dark;
}

html {
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: "IBM Plex Sans", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  background: radial-gradient(ellipse at top, #0f172a 0%, #020617 55%);
}

[id] {
  scroll-margin-top: 5rem;
}
