@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(./HarmonyOS_Sans_SC_Thin.ttf);
}

@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(./HarmonyOS_Sans_SC_Light.ttf);
}

@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./HarmonyOS_Sans_SC_Regular.ttf);
}

@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./HarmonyOS_Sans_SC_Medium.ttf);
}

@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./HarmonyOS_Sans_SC_Bold.ttf);
}


@font-face {
    font-family: 'HarmonyOS Sans SC';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(./HarmonyOS_Sans_SC_Black.ttf);
}