/* noto-sans */
@font-face {
  font-family: "regular"; font-style: normal; font-weight: 400;
  src: url("/res/css/font/NotoSans_Regular.woff2") format("woff2");
}
@font-face {
  font-family: "italic"; font-style: normal; font-weight: 400;
  src: url("/res/css/font/NotoSans_Italic.woff2") format("woff2");
}
@font-face {
  font-family: "bold"; font-style: normal; font-weight: 700;
  src: url("/res/css/font/NotoSans_Bold.woff2") format("woff2");
}
@font-face {
  font-family: "bold-italic"; font-style: normal; font-weight: 700;
  src: url("/res/css/font/NotoSans_BoldItalic.woff2") format("woff2");
}
/* fira-code */
@font-face {
  font-family: "mono"; font-style: normal; font-weight: 400;
  src: url("/res/css/font/_FiraCode_Regular.woff2") format("woff2");
}
@font-face {
  font-family: "mono-bold"; font-style: normal; font-weight: 700;
  src: url("/res/css/font/_FiraCode_Bold.woff2") format("woff2");
}