/*
 * Readable Japanese UI typography.
 * Inter remains first for Latin characters; Japanese glyphs use the native
 * Gothic font available on each platform. Serif utility classes keep their
 * own existing font-family declarations.
 */
html[lang="ja"] body {
  font-family:
    "Inter",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    "Noto Sans JP",
    sans-serif;
}
