@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("./assets/fonts/harmonyos-sans-sc/HarmonyOS_Sans_SC_Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 200;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("./assets/fonts/harmonyos-sans-sc/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("./assets/fonts/harmonyos-sans-sc/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("./assets/fonts/harmonyos-sans-sc/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("./assets/fonts/harmonyos-sans-sc/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("./assets/fonts/harmonyos-sans-sc/HarmonyOS_Sans_SC_Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

html {
  font-synthesis: none;
}
