/* import 有预加载警告
* @import url("./roboto/roboto.css");
* @import url("./noto/noto.css");
 */

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto Regular"), url("/fonts/roboto/roboto-v49-latin-regular.woff2") format("woff2");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), url("/fonts/roboto/roboto-v49-latin-700.woff2") format("woff2");
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Roboto Black"), url("/fonts/roboto/roboto-v49-latin-900.woff2") format("woff2");
}

/* noto-sans-sc-regular - chinese-simplified_latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans SC"), local("Noto Sans SC Regular"), url("/fonts/noto/noto-sans-sc-v39-chinese-simplified_latin-regular.woff2") format("woff2");
}
/* noto-sans-sc-700 - chinese-simplified_latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans SC Bold"), url("/fonts/noto/noto-sans-sc-v39-chinese-simplified_latin-700.woff2") format("woff2");
}
/* noto-sans-sc-900 - chinese-simplified_latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans SC Black"), url("/fonts/noto/noto-sans-sc-v39-chinese-simplified_latin-900.woff2") format("woff2");
}

/*
**  @import url("./inter/inter.css");
**  @import url("./wqy/wqy.css");
**  @import url("./noto/noto.css");
**  @import url("./roboto/roboto.css");
**  
**  --font-stack: "InterVariable", "Noto Sans SC", system-ui, sans-serif;
**  --font-stack: "InterVariable", "WenQuanYi Micro Hei", system-ui, sans-serif;
**  --font-stack: "Roboto", "WenQuanYi Micro Hei", system-ui, sans-serif;
*/

:root {
  --font-stack: "Roboto", "Noto Sans SC", system-ui, sans-serif;
}
