/* ABOUTME: Adds Korean typography overrides for the ProtoVille root Korean page. */
/* ABOUTME: Scopes language-specific presentation to the /ko/ page markup. */
/* ==========================================
   Korean Language Overrides
   ========================================== */

/* Korean font overrides - English fonts first, Korean fonts as fallback */
:lang(ko) h1,
:lang(ko) h2,
:lang(ko) h3,
:lang(ko) h4,
html[lang="ko"] h1,
html[lang="ko"] h2,
html[lang="ko"] h3,
html[lang="ko"] h4,
html[lang="ko"] .logo-text,
html[lang="ko"] .footer-tagline,
html[lang="ko"] .footer-date {
  font-family: 'Cormorant Garamond', 'Gowun Batang', Georgia, serif;
}

html[lang="ko"] .footer-tagline {
  font-style: normal;
  margin-bottom: var(--space-lg);
  line-height: 1.4;
}

html[lang="ko"] .footer-date {
  font-size: 1rem;
}

/* Bold section headlines */
html[lang="ko"] .section-title,
html[lang="ko"] .layer-title,
html[lang="ko"] .theme-title,
html[lang="ko"] .schedule-title {
  font-weight: 700;
}

:lang(ko) body,
:lang(ko) p,
:lang(ko) span,
:lang(ko) a,
:lang(ko) li,
html[lang="ko"] body {
  font-family: 'Outfit', 'IBM Plex Sans KR', system-ui, sans-serif;
}
