/* ============================================================
   Self-hosted Web Fonts（Google Fonts 不使用）
   中国本土から fonts.googleapis.com がブロックされるため、
   サイト使用文字でサブセット化した woff2 をテーマから配信する。
   再生成手順: フォント追加文字が出たら pyftsubset で再サブセット
   （ソース: google/fonts リポジトリの TTF、使用文字は全テンプレ＋DBから抽出）
   ============================================================ */

/* EB Garamond（可変フォント wght 400-800・$font-lang-en） */
@font-face {
  font-family: "EB Garamond";
  src: url("../font/eb-garamond.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

/* Shippori Mincho 500（$font-lang-ja） */
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/shippori-mincho-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Shippori Mincho B1 400-800（$font-ja） */
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../font/shippori-mincho-b1-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../font/shippori-mincho-b1-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../font/shippori-mincho-b1-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../font/shippori-mincho-b1-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../font/shippori-mincho-b1-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Noto Serif SC（可変フォント・$font-lang-zh / 简体中文） */
@font-face {
  font-family: "Noto Serif SC";
  src: url("../font/noto-serif-sc.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* Noto Serif TC（可変フォント・$font-lang-zh-tw / 繁體中文） */
@font-face {
  font-family: "Noto Serif TC";
  src: url("../font/noto-serif-tc.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* Noto Serif KR（可変フォント・$font-lang-ko / 한국어） */
@font-face {
  font-family: "Noto Serif KR";
  src: url("../font/noto-serif-kr.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
