/* Korean (body.lang-ko) font overrides — Noto Sans KR appended after Latin faces for Hangul. */

body.lang-ko,
body.lang-ko input,
body.lang-ko select,
body.lang-ko textarea,
body.lang-ko button {
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}

body.lang-ko h1,
body.lang-ko h2,
body.lang-ko h3,
body.lang-ko h4,
body.lang-ko h5,
body.lang-ko h6 {
	font-family: 'Oswald', 'Noto Sans KR', sans-serif;
}

/* Tailwind font utilities are emitted with !important (tailwind.config.js: important:true);
   kofonts.css loads after tailwind.css in head.php, so equal-specificity !important wins. */
body.lang-ko .font-sans {
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif !important;
}

body.lang-ko .font-serif {
	font-family: 'Oswald', 'Noto Sans KR', serif !important;
}
