/* Keep Korean words readable without changing scientific/code typography. */
html[lang="ko"] body {
    font-family: "Manrope", "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
html[lang="ko"] :is(h1,h2,h3,h4,h5,h6,p,label,button,a,li,summary) {
    word-break: keep-all;
    overflow-wrap: break-word;
}
html[lang="ko"] .wm-nav-link { padding-inline: .65rem; }
@media (max-width: 520px) {
    .wm-language-form { justify-content: center; }
}
