html {
  color-scheme: light dark;
}

body {
  font-family: system-ui;
  font-size: 1.2em;
  line-height: 1.5;
  max-width: 60ch;
  margin: auto;
  padding: 1.5rem;
}

a {
  color: inherit;
}

h1 a {
  text-decoration: none;
}

blockquote {
  font-style: italic;
}
