/* AzeretMono */
@font-face {
  font-family: "Azeret Mono";
  src: url("/static/fonts/AzeretMono/woff/Bold.woff") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Azeret Mono";
  src: url("/static/fonts/AzeretMono/woff/Regular.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* MPLUS2 */
@font-face {
    font-family: 'MPLUS2';
    src: url('/static/fonts/MPLUS2/woff2/Regular.woff2') format('woff2');
    font-weight: 400;
	font-display: block;
}
@font-face {
    font-family: 'MPLUS2';
    src: url('/static/fonts/MPLUS2/woff2/SemiBold.woff2') format('woff2');
    font-weight: 600;
	font-display: block;
}
@font-face {
    font-family: 'MPLUS2';
    src: url('/static/fonts/MPLUS2/woff2/Bold.woff2') format('woff2');
    font-weight: 700;
	font-display: block;
}

/* NotoSansJP */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/static/fonts/NotoSansJP/woff2/Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/static/fonts/NotoSansJP/woff2/SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/static/fonts/NotoSansJP/woff2/Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/static/fonts/NotoSansJP/woff2/Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Righteous */
@font-face {
  font-family: "Righteous";
  src: url("/static/fonts/Righteous/ttf/Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Passion One */
@font-face {
  font-family: "Passion One";
  src: url("/static/fonts/PassionOne/ttf/Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Passion One";
  src: url("/static/fonts/PassionOne/ttf/Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Passion One";
  src: url("/static/fonts/PassionOne/ttf/Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
