:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #172033;
  background: #f7f3eb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 24px;
}

.intro {
  width: min(100%, 760px);
}

.eyebrow {
  margin: 0 0 12px;
  color: #4d6b8a;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #101827;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.summary {
  margin: 24px 0 0;
  max-width: 620px;
  color: #39475a;
  font-size: 1.25rem;
  line-height: 1.6;
}
