/* ko.css — CJK font layer */
html[lang="ko"] body,
html[lang="ko"] body *:not(svg):not(path):not(circle):not(rect):not(line){
  font-family:'Noto Sans KR',system-ui,sans-serif !important;
  letter-spacing:normal !important;
}
html[lang="ko"] body{line-height:1.7}
html[lang="ko"] .hero h1,html[lang="ko"] .sec-title,html[lang="ko"] .cta h2{line-height:1.25;font-weight:700}
