:root {
  color-scheme: light;
  font-family: system-ui, sans-serif;
  color: #202824;
  background: #f8faf8;
}

body {
  margin: 0;
  padding: 2rem;
}

main {
  max-width: 40rem;
  margin: 10vh auto;
}

h1 {
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

p {
  line-height: 1.6;
}

a {
  color: #145b43;
  text-underline-offset: 0.2em;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
