/*
 * Self-hosted webfonts for stellare bonin
 * 旧: Google Fonts CDN（fonts.googleapis.com / display=swap）→ font swap による
 *     レイアウトシフト(CLS)を解消するため self-host + preload に置換。
 * 全書体 OFL（同ディレクトリ OFL-*.txt 参照）。日本語書体はページ実使用文字へ
 * fonttools でサブセット済み。
 *
 *  Shippori Mincho B1 : 見出し/本文の和文明朝（400 Regular / 500 Medium・static）
 *  Noto Sans JP       : 和文サンセリフ（可変 wght 300–500）
 *  Cormorant Garamond : 欧文ディスプレイ明朝（可変 roman 300–600 / italic 300–500）
 */

/* ===== Shippori Mincho B1 (和文明朝) ===== */
@font-face {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./shippori-mincho-b1-400.woff2") format("woff2");
}
@font-face {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./shippori-mincho-b1-500.woff2") format("woff2");
}

/* ===== Noto Sans JP (和文サンセリフ・可変) ===== */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("./noto-sans-jp.woff2") format("woff2");
}

/* ===== Cormorant Garamond (欧文明朝・可変) ===== */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("./cormorant-garamond.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url("./cormorant-garamond-italic.woff2") format("woff2");
}
