html {
  background: #fafafa;
  color: #18181b;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 42rem;
  padding: 32px 16px;
}

h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 24px;
}

p {
  margin: 0 0 16px;
}

a {
  color: #2563eb;
}
