@charset "utf-8";

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/NotoSansJP-Regular.woff2) format('woff2');
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/NotoSansJP-Medium.woff2) format('woff2');
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/NotoSansJP-Bold.woff2) format('woff2');
}

@font-face {
  font-family: "Noto Serif JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/NotoSerifJP-Bold.woff2) format('woff2');
}

@font-face {
  font-family: "Bellefair";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Bellefair-Regular.woff2) format('woff2');
}