@charset "UTF-8";
/*!
 * HarmonyOS Fonts v1.0.0 by IKKI - https://github.com/IKKI2000/
 * Copyright 2021-2022 IKKI
 * Released under the MIT License - https://ikki2000.github.io/harmonyos-fonts/LICENSE
 */

/* CSS for HarmonyOS Sans SC | Written by IKKI | 2022-01-12 */

/* Simplified Chinese */

/* Light */
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src:url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.woff2') format('woff2'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.woff') format('woff'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src:url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woff2') format('woff2'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woff') format('woff'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src:url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff2') format('woff2'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff') format('woff'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src:url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff') format('woff'),
        url('../fonts/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Language */
:lang(Hans),
:lang(zh),
:lang(CHS),
:lang(zh-CN),
:lang(zh-SG),
:lang(Jpan),
:lang(ja) {
    font-family: 'HarmonyOS Sans SC', sans-serif;
}
