/*
 * カスタム日本語フォント設定
 * 使用するには、以下のフォントファイルをpublic/fonts/フォルダに配置してください。
 *
 * 源暎アンチック: https://okoneya.jp/font/genei-antique.html からダウンロード
 * 新コミック体: https://www.font910.jp/font-list/conposite-comic.html からダウンロード
 */

/* 源暎アンチック */
@font-face {
  font-family: 'GenEi Antique';
  src: url('/fonts/GenEiAntique-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 新コミック体 */
@font-face {
  font-family: 'Shin Comic';
  src: url('/fonts/F910Shincomicmaru-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 源暎Nuゴシック */
@font-face {
  font-family: 'GenEi Nu Gothic';
  src: url('/fonts/GenEiNuGothic-EB.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* 源暎ラテゴ */
@font-face {
  font-family: 'GenEi LateGo';
  src: url('/fonts/GenEiLateGo-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 源暎ラテミン */
@font-face {
  font-family: 'GenEi LateMin';
  src: url('/fonts/GenEiLateMin-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 源暎ぽっぷる */
@font-face {
  font-family: 'GenEi Poppuru';
  src: url('/fonts/GenEiPoppuru-EB.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* 源暎きわみゴ */
@font-face {
  font-family: 'GenEi Kiwami Gothic';
  src: url('/fonts/GenEiKiwamiGothic-EB.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
