@font-face {
    font-family: 'HarmonyOS_Sans';
    src: url("../fonts/HarmonyOS_Sans_Regular.ttf") format("opentype");
	font-weight: regular;
  	font-style: normal;
}
@font-face {
    font-family: 'HarmonyOS_Sans B';
    src: url("../fonts/HarmonyOS_Sans_Bold.ttf") format("opentype");
	font-weight: bold;
  	font-style: normal;
}
@font-face {
    font-family: 'HarmonyOS_Sans B';
    src: url("../fonts/HarmonyOS_Sans_Medium.ttf") format("opentype");
	font-weight: 500;
  	font-style: normal;
}