/* ja.css — typography for the Japanese pages. */
/* Noto Sans JP is loaded per-page; this file only adjusts the stacks so
   Japanese text renders with the JP face instead of SC/Manrope fallbacks. */
:root {
  --sans: "Noto Sans JP", "Hanken Grotesk", "Noto Sans SC", sans-serif;
  --serif: "Noto Serif JP", "Newsreader", "Noto Serif SC", serif;
}
body {
  font-family: "Noto Sans JP", "Noto Sans SC", Manrope, sans-serif;
}
.brand-name strong,
.footer-brand strong,
.eyebrow,
.article-dek,
article,
p,
li {
  font-family: "Noto Sans JP", "Noto Sans SC", Manrope, sans-serif;
}
