/* HarmonyOS Sans SC - 鸿蒙黑体（华为出品，免费商用） */
/* 注意：建议将 TTF 字体转换为 WOFF2 格式以获得更好的性能 */
/* 转换工具：https://cloudconvert.com/ttf-to-woff2 */

@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('HarmonyOS Sans SC Thin'),
         url('../fonts/HarmonyOS_Sans_SC_Thin.woff2') format('truetype');
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('HarmonyOS Sans SC Light'),
         url('../fonts/HarmonyOS_Sans_SC_Light.woff2') format('woff2');
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('HarmonyOS Sans SC Regular'),
         url('../fonts/HarmonyOS_Sans_SC_Regular.woff2') format('truetype');
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('HarmonyOS Sans SC Medium'),
         url('../fonts/HarmonyOS_Sans_SC_Medium.woff2') format('truetype');
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('HarmonyOS Sans SC Bold'),
         url('../fonts/HarmonyOS_Sans_SC_Bold.woff2') format('woff2');
}
