/**
 * HarmonyOS Sans 鸿蒙字体包引入
 *
 * 字体名称说明:
 * - "HarmonyOS Sans"        : 通用鸿蒙字体名称
 * - "HarmonyOS Sans SC"     : 鸿蒙简体中文字体
 * - "HarmonyOS Sans SC 2025": 鸿蒙简体中文 2025 版本
 *
 * 字体文件说明 (需放置于本 CSS 同级目录):
 * - HarmonyOS_Sans_SC_Regular.woff2  : 常规体 (font-weight: 400)
 * - HarmonyOS_Sans_SC_Medium.woff2   : 中等体 (font-weight: 500)
 * - HarmonyOS_Sans_SC_Bold.woff2     : 粗体   (font-weight: 700)
 */

/* == HarmonyOS Sans SC 2025 (项目中 pep-partner-sound, pep-partner-connect-step, pep-partner-connect, pep-partner-join, pep-logo-wall 使用) == */
@font-face {
  font-family: "HarmonyOS Sans SC 2025";
  src: url("https://partner.huawei.com/epartner/file/resource/f66_secur.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC 2025";
  src: url("https://partner.huawei.com/epartner/file/resource/f65_secur.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC 2025";
  src: url("https://partner.huawei.com/epartner/file/resource/f64_secur.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* == HarmonyOS Sans SC (项目中 pep-partner-banner, pep-2e-industrial-services, pep-partner-os-search-partner 使用) == */
@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("https://partner.huawei.com/epartner/file/resource/f66_secur.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("https://partner.huawei.com/epartner/file/resource/f65_secur.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("https://partner.huawei.com/epartner/file/resource/f64_secur.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* == HarmonyOS Sans (项目中 pep-open-capability-market, pep-tab-banner, pep-partner-updates 等多个组件使用) == */
@font-face {
  font-family: "HarmonyOS Sans";
  src: url("https://partner.huawei.com/epartner/file/resource/f66_secur.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans";
  src: url("https://partner.huawei.com/epartner/file/resource/f65_secur.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS Sans";
  src: url("https://partner.huawei.com/epartner/file/resource/f64_secur.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
