/* HarmonyOS Sans SC - 本地字体声明 */
/* 如果用户本地安装了鸿蒙字体，则使用本地字体；否则降级到 Noto Sans SC */
/* 免费商用字体，可从华为官方下载安装到本地 */

@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: local('HarmonyOS Sans SC Regular'),
       local('HarmonyOS-Sans-SC-Regular');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: local('HarmonyOS Sans SC Bold'),
       local('HarmonyOS-Hans-SC-Bold');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
