/* 自己ホストフォント(Spatial Curator)。Google Fonts / fontsource の woff2 を同梱。
   ・Noto Sans JP  … UI/本文(400/500/700)
   ・Shippori Mincho B1 … 見出し和文(600)
   ・Bodoni Moda   … 欧文ディスプレイ(ロゴ/イベント名, 600 + italic)
   日本語サブセットは Latin を含まないため、各ウェイトで latin(unicode-range指定)と
   japanese(範囲指定なし=残り全部)の2フェイスを宣言し、Latin は latin フェイスを優先させる。
   宣言順: japanese を先、latin を後(同一 family/weight で範囲が重なる Latin 部分は後勝ち)。 */

/* ===== Noto Sans JP ===== */
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("./noto-sans-jp-400.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("./noto-sans-jp-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("./noto-sans-jp-500.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("./noto-sans-jp-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("./noto-sans-jp-700.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("./noto-sans-jp-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ===== Shippori Mincho B1(見出し和文) ===== */
@font-face { font-family: "Shippori Mincho B1"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("./shippori-mincho-b1-600.woff2") format("woff2"); }
@font-face { font-family: "Shippori Mincho B1"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("./shippori-mincho-b1-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ===== Bodoni Moda(欧文ディスプレイ) ===== */
@font-face { font-family: "Bodoni Moda"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("./bodoni-moda-600.woff2") format("woff2"); }
@font-face { font-family: "Bodoni Moda"; font-style: italic; font-weight: 600; font-display: swap;
  src: url("./bodoni-moda-600-italic.woff2") format("woff2"); }
