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

* {
  box-sizing: border-box;
}

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

.site-shell {
  width: min(90vw, 720px);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: #326a8c;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

p {
  max-width: 52ch;
  font-size: 1.125rem;
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 6px;
  color: #ffffff;
  background: #162033;
  font-weight: 700;
  text-decoration: none;
}
