/* Live MegaMow homepage typography, verified against megamow.com. */
.legacy-home {
  font-family: Montserrat, Arial, sans-serif;
}

/* The hero alone uses the heavier 700 face. */
.legacy-home .legacy-title h1 {
  font-weight: 700;
}

/* The live site uses the 600 face for the remaining major headlines. */
.legacy-home .booking-heading h2,
.legacy-home .legacy-lawn strong,
.legacy-home .legacy-lawn b,
.legacy-home .legacy-quote,
.legacy-home .legacy-lawn em,
.legacy-home .legacy-caption h2,
.legacy-home .review-quote h2,
.legacy-home .legacy-why h2,
.legacy-home .legacy-faq h2,
.legacy-home .legacy-faq summary {
  font-weight: 600;
}

.legacy-home .why-grid h3 {
  font-weight: 400;
}
