:root {
  color: #241c18;
  background: #f4efe7;
  font-family: system-ui, sans-serif;
}

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

main {
  max-width: 42rem;
  padding: 3rem;
}

.eyebrow {
  color: #9a5f3d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 0.95;
}
