:root {
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #171717;
  background: #f6f7f9;
}

body {
  margin: 0;
  min-height: 100vh;
}

main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

h1 {
  margin: 0 0 20px;
  font-size: 2.75rem;
  line-height: 1.05;
}

h2 {
  margin-top: 40px;
  font-size: 1.25rem;
}

p,
li {
  font-size: 1.05rem;
  line-height: 1.7;
}

ul {
  padding-left: 1.2rem;
}
