@font-face {
    font-family: 'ysbt';
    src: url('../font/YouSheBiaoTiHei.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'harmony';
    src: url('../font/HarmonyOS_Sans_Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'harmonyBold';
    src: url('../font/HarmonyOS_Sans_Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'harmonyBlack';
    src: url('../font/HarmonyOS_Sans_SC_Black.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mont';
    src: url('../font/iconfont.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.Ysbt {
    font-family: "ysbt", sans-serif;
}

.HarmonyBold {
    font-family: "harmonyBold", sans-serif;
}
.HarmonyBlack {
    font-family: "harmonyBlack", sans-serif;
}
