:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18201c;
  background: #f3f5f2;
}
body {
  margin: 0;
  padding: 64px 24px;
}
main {
  max-width: 720px;
  margin: auto;
}
.label {
  color: #4d755f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
}
h1 {
  margin: 8px 0;
  font-size: clamp(42px, 8vw, 72px);
  line-height: 1;
}
.intro {
  max-width: 580px;
  color: #55605a;
  font-size: 20px;
  line-height: 1.6;
}
section {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid #ccd3cf;
  line-height: 1.7;
}
footer {
  margin-top: 72px;
  color: #7b847f;
  font-size: 14px;
}
