/* ---------------------------------------------------------------------------
   Locale-specific overrides
   Applied globally via <html lang="..."> attribute.
   Keep rules minimal — only language-specific typography adjustments.
   --------------------------------------------------------------------------- */

html[lang="ko"] body,
html[lang="ko"] input,
html[lang="ko"] textarea,
html[lang="ko"] button,
html[lang="ko"] select {
  /* Korean: word-level line breaking (prevents mid-syllable breaks) */
  word-break: keep-all;
}

/* Slightly more generous line-height for Korean body text readability */
html[lang="ko"] p,
html[lang="ko"] li {
  line-height: 1.55;
}
