/* Regular 400 */
/*@font-face {
    font-family: 'Source Han Sans CN';
    src: url('/fonts/SourceHanSans/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/

/* Medium 500 */
/*@font-face {
    font-family: 'Source Han Sans CN';
    src: url('/fonts/SourceHanSans/SourceHanSansCN-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/

/* Bold 700 */
/*@font-face {
    font-family: 'Source Han Sans CN';
    src: url('/fonts/SourceHanSans/SourceHanSansCN-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif !important;
}*/
