/* Handwritten faces only contain a regular weight. Do not synthesize bold or
   outline glyphs: both close the counters in 顔・費・物・真・談 at small sizes.
   BIZ UDPGothic body/button text keeps its real 700 face. */
@font-face {
  font-family: "LP Yusei Magic";
  src: url("../fonts/yusei-magic-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root, .hero, .price-comparison, .local-company, .store {
  --display-font: "LP Yusei Magic", "BIZ UDPGothic", sans-serif;
}
body { font-synthesis: none; }
.font-yusei, .hero .hero-title, .hero .hero-title strong,
.section-title, .flow .section-title, .problem-title, .final-title,
.price-comparison .comparison-board-title,
.price-comparison .comparison-eyebrow,
.price-comparison .comparison-scenario h3, .comparison-message p,
.gift-heading h2, .gift-pickup h3, .feature-card-title,
.flow-step h3, .store-note, .company-values h3 {
  font-weight: 400;
  -webkit-text-stroke: 0;
  text-shadow: none;
}
.hero .hero-title .hero-title-sub { font-weight: 700; }
