/* The former Yagi Foods site used Yuji Syuku as its signature Japanese typeface. */
.hero h1,
.section-heading h2,
.products-content h2,
.center-heading h2,
.logistics-panel h2,
.cta h2,
.visual-label strong {
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
  letter-spacing: .055em;
}

.hero h1 {
  line-height: 1.32;
}

.section-heading h2,
.products-content h2,
.center-heading h2,
.logistics-panel h2,
.cta h2 {
  line-height: 1.55;
}

.intro-body .lead {
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
  letter-spacing: .035em;
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: 42px;
    line-height: 1.4;
  }
}
