:root {
  color-scheme: light dark;
}

body {
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
  max-width: 42rem;
  margin: 4rem auto;
  padding: 0 1.25rem;
}

h1 {
  margin-bottom: 0.25rem;
}

code,
pre {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

pre {
  background: rgba(127, 127, 127, 0.12);
  padding: 0.75rem 1rem;
  border-radius: 0.4rem;
  overflow-x: auto;
}
