:root {
  color-scheme: light dark;
}

body {
  margin: 2rem auto 4rem;
  max-width: 40rem;
  padding: 0 1.25rem;
  font-family: "Literata", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: canvastext;
  background: canvas;
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

h2 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2.5rem 0 0.75rem;
}

h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 0 0 0.75rem;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25rem;
}

li + li {
  margin-top: 0.5rem;
}

a {
  color: LinkText;
}

.muted {
  color: color-mix(in srgb, canvastext 60%, canvas);
}

footer {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: color-mix(in srgb, canvastext 60%, canvas);
}
