/* School demo route typography.
   Loaded as a tiny static stylesheet; Google font files are loaded only on /category/school. */
.route-school [data-demo-static] {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-feature-settings: "palt", "kern";
  letter-spacing: 0.006em;
}

.route-school [data-demo-static] h1,
.route-school [data-demo-static] h2,
.route-school [data-demo-static] h3,
.route-school [data-demo-static] h4,
.route-school [data-demo-static] button,
.route-school [data-demo-static] a,
.route-school [data-demo-static] summary,
.route-school [data-demo-static] .font-sansjp {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

.route-school [data-demo-static] .font-en {
  font-family: "Poppins", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
  letter-spacing: 0.03em;
}

.route-school [data-demo-static] .font-serif-jp {
  font-family: "Zen Old Mincho", "Noto Serif JP", "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.02em;
}

.route-school [data-demo-static] .font-black {
  font-weight: 700;
}

.route-school [data-demo-static] .font-en.font-black {
  font-weight: 700;
}
