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

* {
  box-sizing: border-box;
}

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

.shell {
  width: min(720px, calc(100vw - 40px));
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f5a34;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.3rem, 10vw, 7.75rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.lede {
  max-width: 34rem;
  margin: 28px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: #4b4740;
}
