/* NotoSansSC 中文字体 */
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Light.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Regular.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-SemiBold.ttf");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-ExtraBold.ttf");
}

/* NotoSansSC 西里尔字体 */
@font-face {
  font-family: "Rubik";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Rubik/Rubik-Light.ttf");
}
@font-face {
  font-family: "Rubik";
  font-weight: 400;
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
}
@font-face {
  font-family: "Rubik";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Rubik/Rubik-SemiBold.ttf");
}
@font-face {
  font-family: "Rubik";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Rubik/Rubik-ExtraBold.ttf");
}
