/* 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: block;
}

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

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

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

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

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

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

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