/* Override Bootstrap's sans-serif stack to use Zen Kaku Gothic New */
:root {
  --bs-font-sans-serif:
    "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

/* Ensure body and headings pick up the new font */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-sans-serif) !important;
}
