/**
 * Self-hosted web fonts.
 */

/* Noto Sans JP：本文やボタン */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/noto-sans-jp-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

/* Noto Serif JP：日本語の見出し */
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../fonts/noto-serif-jp-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

/* Cormorant Garamond：通常の英字 */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

/* Cormorant Garamond：斜体の英字 */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond-italic-subset.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

/* Allura：Designなどの筆記体 */
@font-face {
  font-family: "Allura";
  src: url("../../fonts/allura-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}