:root {
  color-scheme: light;
  font-family: system-ui, sans-serif;
  color: #18332f;
  background: #f4efe5;
}

* {
  box-sizing: border-box;
}

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

main {
  width: min(90%, 48rem);
  padding: 4rem 0;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #bb542c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 10ch;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.intro {
  max-width: 34rem;
  margin: 2rem 0 0;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.5;
}
