:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  color: #18212b;
  background: #f7f8fa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  width: min(100% - 2.5rem, 46rem);
  margin: 0 auto;
  padding: 5rem 0 4rem;
}

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

h1 {
  max-width: 18ch;
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 7vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

section {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid #dbe0e7;
}

.eyebrow {
  margin-bottom: 1rem;
  color: #52606d;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lede {
  max-width: 42rem;
  color: #354150;
  font-size: 1.18rem;
}

.actions {
  margin-top: 2.5rem;
  font-weight: 650;
}

a {
  color: #175b9a;
  text-underline-offset: 0.16em;
}

a:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}

code {
  padding: 0.1em 0.3em;
  border-radius: 0.25rem;
  background: #e9edf2;
  color: #1c2733;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
}

@media (max-width: 40rem) {
  main {
    width: min(100% - 2rem, 46rem);
    padding-top: 3.5rem;
  }
}
