/* Base. Everything not listed here is the browser default, on purpose. */

:root {
  /* opt in to the browser's dark palette when the reader prefers it */
  color-scheme: light dark;
}

body {
  max-width: 42rem;
  margin: 3rem 0;
  padding: 0 1.25rem;
  line-height: 1.5;
}
