/* 定义 Regular 字重 */
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: 
    url("../fonts/HarmonyOS_SansSC_Regular.woff2") format("woff2"),
    url("../fonts/HarmonyOS_SansSC_Regular.ttf") format("truetype");
  font-weight: 400; /* Normal/Regular */
  font-style: normal;
  font-display: swap;
}

/* 定义 Medium 字重 */
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: 
    url("../fonts/HarmonyOS_SansSC_Medium.woff2") format("woff2"),
    url("../fonts/HarmonyOS_SansSC_Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

/* 定义 Bold 字重 */
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: 
    url("../fonts/HarmonyOS_SansSC_Bold.woff2") format("woff2"),
    url("../fonts/HarmonyOS_SansSC_Bold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
  
}
