body {
  padding: 0 12px;
  margin: 1.5rem auto 3rem;
  font-family: system-ui, sans-serif;
  line-height: 1.5;
  font-size: 1.1rem;
  max-width: 40em;
  -webkit-font-smoothing: antialiased;
  color: #111;
  overflow-wrap: anywhere;
}
h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 600;
}
h2,
h3 {
  margin-top: 1.5em;
}
a {
  color: currentColor;
}
a:hover {
  text-underline-offset: 0.2lh;
}
a:visited {
  text-decoration-color: white;
}
ul[role="list"] {
  list-style: none;
  margin-block: 0;
  padding: 0;
}
ul[role="list"] li + li {
  margin-top: 1em;
}
li:empty {
  display: none;
}
nav {
  margin-bottom: 3rem;
}
nav a {
  font-weight: bold;
  margin-right: 0.5em;
}
nav a,
h1 a {
  text-decoration: none;
}
.lead {
  font-size: 1.3rem;
}
@media (prefers-color-scheme: dark) {
  body {
    color: unset;
  }
  a:visited {
    text-decoration-color: black;
  }
}
