html {
    font-size: 100px;
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 89px !important;
    }
}

@media screen and (max-width: 1100px) {
    html {
        font-size: 76px !important;
    }
}

.page-header {
    min-height: 60px;
}

/* ── Font family ────────────────────────────────────────────────────────────── */

/* Default: CJK-first (CN and most locales) */
body {
    font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* EN / FR / ES: Western-first */
body:lang(en),
body:lang(fr),
body:lang(es) {
    font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

/* JP: Japanese */
body:lang(ja) {
    font-family: Meiryo, Yu Gothic, noto_sansregular, hiragino kaku gothic pro, MS Gothic, meiryo, sans-serif, Arial, Microsoft Yahei, Hiragino Sans GB !important;
}
