h1, h2 {
  font-family: Georgia, serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  line-height: 1.15;
  margin-bottom: 32px;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 40px;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  color: var(--muted);
  margin-bottom: 16px;
}

p {
  max-width: 640px;
  margin-bottom: 20px;
  font-size: 1rem;
}

