/* Additional languages share the existing type scale and monochrome design. */
html:lang(ko) {
  --sans: Manrope, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
}
html:lang(ko) body {
  font-family: var(--sans);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
html:lang(ja) {
  --sans: Manrope, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
html:lang(ja) body {
  font-family: var(--sans);
  line-break: strict;
  overflow-wrap: anywhere;
}
html:is(:lang(ko), :lang(ja), :lang(es)) .site-display-title {
  white-space: normal;
  overflow-wrap: anywhere;
}
html:is(:lang(ko), :lang(ja), :lang(es)) .button span {
  white-space: normal;
}
