/* English homepage headings only. Chinese inherits the original typography. */
@font-face {
  font-family: "Uocan Heading Latin";
  src: url("../fonts/manrope-heading.woff") format("woff");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

.home-video-page:lang(en) main :is(h1, h2, h3) {
  font-family: "Uocan Heading Latin", var(--font-ui);
  font-weight: 500;
  font-kerning: normal;
  font-synthesis: none;
  letter-spacing: -0.025em;
}

.home-video-page:lang(en) main .product h2 {
  font-weight: 600;
  letter-spacing: -0.015em;
}

/* Balance the short English video title on narrow screens. */
.home-video-page:lang(en) .film h2 { text-wrap: balance; }
