:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #171717;
  background: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.document {
  width: min(100% - 48px, 680px);
  margin: 0 auto;
  padding: 96px 0 120px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 64px;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

section + section {
  margin-top: 40px;
}

h2 {
  margin-bottom: 12px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 16px;
  color: #555555;
  font-size: 1rem;
  line-height: 1.75;
}

p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .document {
    width: min(100% - 32px, 680px);
    padding: 64px 0 80px;
  }

  h1 {
    margin-bottom: 48px;
  }

  section + section {
    margin-top: 32px;
  }
}
