@font-face {
    font-family: 'common';  
    src: url('../fonts/iconfont.woff2?t=1639990436503') format('woff2'),
        url('../fonts/iconfont.woff?t=1639990436503') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype');
}

/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 3934624 */
    src: url('//at.alicdn.com/t/c/font_3934624_60isberuc5.woff2?t=1678095141416') format('woff2'),
         url('//at.alicdn.com/t/c/font_3934624_60isberuc5.woff?t=1678095141416') format('woff'),
         url('//at.alicdn.com/t/c/font_3934624_60isberuc5.ttf?t=1678095141416') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS';  /* Project id 3934624 */
    src:  url('/static/fonts/HarmonyOS_Sans_SC_Thin_0.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'HarmonyOS';  /* Project id 3934624 */
    src:  url('/static/fonts/HarmonyOS_Sans_SC_Light_0.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'HarmonyOS';  /* Project id 3934624 */
    src:  url('/static/fonts/HarmonyOS_Sans_SC_Regular_0.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'HarmonyOS';  /* Project id 3934624 */
    src:  url('/static/fonts/HarmonyOS_Sans_SC_Medium_0.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'HarmonyOS';  /* Project id 3934624 */
    src:  url('/static/fonts/HarmonyOS_Sans_SC_Bold_0.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'HarmonyOS';  /* Project id 3934624 */
    src:  url('/static/fonts/HarmonyOS_Sans_SC_Black_0.ttf') format('truetype');
    font-weight: 800;
}