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

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