/*英語の大見出しで使う CormorantGaramond*/
@font-face {
  font-family: "CormorantGaramond";
  font-weight: 300;
  font-style: normal;
  src: url("../font/CormorantGaramond-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-weight: 400;
  font-style: normal;
  src: url("../font/CormorantGaramond-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-weight: 500;
  font-style: normal;
  src:  url("../font/CormorantGaramond-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-weight: 600;
  font-style: normal;
  src: url("../font/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CormorantGaramond";
  font-weight: 700;
  font-style: normal;
  src:  url("../font/CormorantGaramond-Bold.ttf") format("truetype");
  font-display: swap;
}

/*ページ毎の英語小見出しで使う Cinzel*/
@font-face {
  font-family: "Cinzel";
  font-weight: 400; /* Regular weight */
  font-style: normal;
  src: url("../font/Cinzel-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  font-weight: 500; /* Medium weight */
  font-style: normal;
  src: url("../font/Cinzel-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  font-weight: 600; /* Semi-bold weight */
  font-style: normal;
  src: url("../font/Cinzel-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  font-weight: 700; /* Bold weight */
  font-style: normal;
  src: url("../font/Cinzel-Bold.ttf") format("truetype");
  font-display: swap;
}


/*日本語明朝 Shippori Mincho*/
@font-face {
  font-family: "Shippori-Mincho";
  font-weight: 400; /* Regular weight */
  font-style: normal;
  src: url("../font/ShipporiMincho-Regular.ttf") format("truetype");
  font-display: swap; 
}

@font-face {
  font-family: "Shippori-Mincho";
  font-weight: 600; /* Bold weight */
  font-style: normal;
  src: url("../font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Shippori-Mincho";
  font-weight: 700; /* Bold weight */
  font-style: normal;
  src: url("../font/ShipporiMincho-Bold.ttf") format("truetype");
  font-display: swap;
}
