/* ============================================================
   クラウンメロン Web — 自己ホストフォント（CI指定書体の無料代替）
   ライセンス: SIL Open Font License 1.1（OFL）
   ※CDN非依存。Fonts/ の代替フォントから web-fonts/ に配置。
   CI対応: Trajan Pro 3→Cinzel / Garamond Premier→EB・Cormorant Garamond
           / Helvetica Neue→Inter / A1明朝→Shippori Mincho
   ============================================================ */

@font-face{
  font-family:"Cinzel";
  src:url("Cinzel-VariableFont_wght.ttf") format("truetype");
  font-weight:400 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Cormorant Garamond";
  src:url("CormorantGaramond-VariableFont_wght.ttf") format("truetype");
  font-weight:300 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Cormorant Garamond";
  src:url("CormorantGaramond-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight:300 700; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"EB Garamond";
  src:url("EBGaramond-VariableFont_wght.ttf") format("truetype");
  font-weight:400 800; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("Inter-Variable.ttf") format("truetype");
  font-weight:100 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Shippori Mincho";
  src:url("ShipporiMincho-Medium.ttf") format("truetype");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Shippori Mincho";
  src:url("ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Shippori Mincho";
  src:url("ShipporiMincho-Bold.ttf") format("truetype");
  font-weight:700 800; font-style:normal; font-display:swap;
}
