html.whois-landing {
  --whois-ui-font: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --whois-ui-size: 20px;
}

html[lang="ko"].whois-landing body {
  font-family: var(--whois-ui-font) !important;
  font-size: var(--whois-ui-size) !important;
}

html[lang="ko"].whois-landing :where(h1, h2, h3, h4, h5, h6, p, a, button, label, input, textarea, select, option, li, dt, dd, th, td, caption, summary, legend, small, strong, em, b, div, section, article, header, footer, nav, span):not(:where(svg *, .full-name, .footer-brand, .asterisk, [class*="fa-"], .fas, .far, .fab, .material-icons)) {
  font-family: var(--whois-ui-font) !important;
  font-size: var(--whois-ui-size) !important;
  letter-spacing: normal !important;
}

html[lang="ko"].whois-landing :where(p, h1, h2, h3, h4, h5, h6, label, li, dt, dd, th, td, button, a) {
  line-height: 1.5;
}

html[lang="ko"].whois-landing :where(input, textarea, select, button) {
  max-width: 100%;
}

html[lang="ko"].whois-landing :where(pre, code, kbd, samp),
html[lang="ko"].whois-landing :where(pre, code, kbd, samp) * {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace !important;
}

html[lang="ko"].whois-landing .hero h1 {
  font-size: 0 !important;
  line-height: normal;
}
