/* 独立 CSS 尽早注册，配合 index.html preload 避免字体 swap 抖动 */
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("HarmonyOS_Sans_SC_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("HarmonyOS_Sans_SC_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("HarmonyOS_Sans_SC_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "opposans";
  src: url("OPPOSANS-2.01.woff2") format("woff2");
  font-display: optional;
}
