html[lang^="zh"] body {
    font-family: 'Noto Sans SC', 'Inter', system-ui, sans-serif;
    line-height: 1.6;
}
html[lang^="zh"] h1,
html[lang^="zh"] h2,
html[lang^="zh"] h3,
html[lang^="zh"] .display-1,
html[lang^="zh"] .display-2 {
    font-family: 'Montserrat', 'Noto Sans SC', sans-serif;
    font-weight: 700;
}
@media (min-width: 992px) {
    html[lang^="zh"] .display-2 {
        font-size: 3.5rem;
    }
}
html[lang^="zh"] .letter-spacing-2 {
    letter-spacing: 0.15em;
}