@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap');

/* Elegant calligraphy-inspired typography for the main hero banner */
.hero-sculpt-copy h1,
.hero-sculpt-story h2{
  font-family:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-style:italic;
  font-weight:700;
  letter-spacing:-0.03em;
  text-wrap:balance;
}

.hero-sculpt-copy p,
.hero-sculpt-story p,
.hero-sculpt-primary,
.hero-sculpt-secondary,
.hero-sculpt-specs strong{
  font-family:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.hero-sculpt-copy p,
.hero-sculpt-story p{
  font-size:1.14rem;
  line-height:1.6;
  font-weight:600;
  letter-spacing:0.01em;
}

.hero-sculpt-primary,
.hero-sculpt-secondary{
  font-size:1.18rem;
  font-weight:700;
  letter-spacing:0.01em;
}

.hero-sculpt-specs strong{
  font-size:1.18rem;
  font-style:italic;
  font-weight:700;
  line-height:1.2;
}

@media (max-width: 900px){
  .hero-sculpt-copy h1,
  .hero-sculpt-story h2{
    letter-spacing:-0.025em;
  }
  .hero-sculpt-copy p,
  .hero-sculpt-story p,
  .hero-sculpt-primary,
  .hero-sculpt-secondary,
  .hero-sculpt-specs strong{
    font-style:normal;
  }
  .hero-sculpt-primary,
  .hero-sculpt-secondary{
    font-size:1.08rem;
  }
}
