:root {
  color-scheme: light dark;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
  width: min(65ch, 100% - 4rem);
  margin-inline: auto;
  color: #100f0f;
  background-color: #fffcf0;
  @media (prefers-color-scheme: dark) {
    color: #cecdc3;
    background-color: #100f0f;
  }
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  font-family: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
  @media (min-width: 1024px) {
    font-size: 3rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

li {
  margin-top: 0.5rem;
}

li a {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
  color: #205ea6;
  @media (prefers-color-scheme: dark) {
    color: #4385be;
  }
}

.error {
  color: #af3029;
  @media (prefers-color-scheme: dark) {
    color: #d14d41;
  }
}
