:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  background: #f2f5f7;
  color: #17212b;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}

main {
  width: min(42rem, calc(100% - 3rem));
}

.eyebrow {
  color: #0b6b59;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1 {
  margin: .35rem 0;
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.055em;
}

.lede {
  max-width: 31rem;
  margin: 1.5rem 0 3rem;
  color: #42515f;
  font-size: 1.2rem;
  line-height: 1.55;
}

.status {
  border-top: 1px solid #cad4dc;
  padding-top: 1rem;
  color: #687784;
  font-size: .9rem;
}
