:root {
  --font-sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-serif-ja: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/*
 * フォント指定がないUIのフォールバック。
 * 個別の文字要素は、ja_en_schedule.js 側の font_* クラスで上書きする。
 */
body,
.site-app,
.v-application {
  font-family: var(--font-sans);
}

/* 日本語：本文・長文 */
.font_ja_int {
  font-family: "dnp-shuei-mincho-pr6n", var(--font-serif-ja) !important;
  font-weight: 400;
  font-style: normal;
}

/* 日本語：見出し */
.font_ja_title {
  font-family: "tot-shizukamin-stdn", "dnp-shuei-mincho-pr6n", var(--font-serif-ja) !important;
  font-weight: 400;
  font-style: normal; 
}

/* 日本語：作品作家名・ボタン・操作系 */
.font_ja_gothic,
.font_dnp-shuei-gothic-gin-std {
  font-family: "dnp-shuei-gothic-gin-std", "Yu Gothic", Meiryo, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

/* 英語：本文 */
.font_en_int {
  font-family: "change", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

/* 英語：タイトル */
.font_en_title {
  font-family: "change", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

/* 日英共通：英字の大見出し・CHAPTER表記 */
.font_all_title {
  font-family: "change", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

/* 英語：日程・UI */
.font_en_sch {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
