:root {
  color-scheme: light dark;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: #101418;
  color: #edf2f5;
}

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

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

.eyebrow {
  color: #74d3ae;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1 {
  margin: .25rem 0 1rem;
  font-size: clamp(2.5rem, 9vw, 5.5rem);
  line-height: .95;
}

p {
  max-width: 36rem;
  color: #bac6cc;
  font-size: 1.15rem;
  line-height: 1.6;
}
