/* Mobile typography measured against Runna on 2026-09-06. */
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin-ext-v20.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/assets/fonts/manrope-latin-v20.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (max-width: 720px) {
  body.home-v4,
  body.content-page {
    font-family: Manrope, -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans", "Malgun Gothic", "Segoe UI", sans-serif;
  }
  body[data-locale="ja"] { font-family: Manrope, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif; }
  body[data-locale="zh-TW"] { font-family: Manrope, -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei", sans-serif; }
  body[data-locale="zh-CN"] { font-family: Manrope, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; }
  .home-v4 .hero-copy h1,
  .home-v4 .support-hero h1,
  .content-page h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.8px;
  }
  .home-v4 .section-heading h2,
  .home-v4 .reviews-section .section-heading h2,
  .home-v4 .faq-heading h2,
  .home-v4 .footer-cta h2,
  .support-page .faq-category h2,
  .content-page .content-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.8px;
  }
  .home-v4 .faq-list summary,
  .support-page .faq-item summary,
  .content-page .content-faq summary {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.16px;
  }
  .home-v4 :is(h3),
  .content-page :is(h3) { font-weight: 700; }
  /* CJK glyphs retain language-appropriate spacing and readable leading. */
  body:is([data-locale="ja"],[data-locale="ko"],[data-locale="zh-TW"],[data-locale="zh-CN"]) :is(h1,h2) { line-height: 1.25; letter-spacing: 0; }
}
