/* UPDATED HERO SCALE */
h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.8vw, 4.4rem);
  line-height: 0.94;
  max-width: 560px;
}

.hero-subline {
  margin-top: 18px;
}

/* keep rest from previous version */
body{margin:0;font-family:Inter;background:#f6f2ec;color:#2d342d}
