/* Japanese font stack. Loaded by base-generic.html only when the
 * active language is `ja`.
 *
 * Same rationale as font-cjk-sc.css — CJK web fonts are too heavy to
 * ship every page, and major platforms have excellent built-in JP
 * faces:
 *
 *   - macOS / iOS  : Hiragino Sans    (Apple's modern Japanese face)
 *   - Windows      : Yu Gothic        (Win 8.1+ default)
 *   - Android      : Noto Sans CJK JP  (system default)
 *   - Linux        : Noto Sans CJK JP  (when present)
 *
 * Screenshots stage Noto Sans CJK JP via nix (script_fonts on the
 * playwright bazel rule) so the gallery's JP rendering matches a
 * typical platform-default appearance. */

* {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "Meiryo", "Noto Sans CJK JP", "Roboto", sans-serif;
}
