@font-face {
    font-family: 'Microsoft Tai Le';
    src: url('MicrosoftTaiLe-Bold.woff2') format('woff2'),
        url('MicrosoftTaiLe-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Microsoft Tai Le';
    src: url('MicrosoftTaiLe.woff2') format('woff2'),
        url('MicrosoftTaiLe.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Microsoft YaHei';
    src: url('MicrosoftYaHeiUILight.woff2') format('woff2'),
        url('MicrosoftYaHeiUILight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Microsoft YaHei';
    src: url('MicrosoftYaHeiUI.woff2') format('woff2'),
        url('MicrosoftYaHeiUI.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Microsoft YaHei';
    src: url('MicrosoftYaHeiUIBold.woff2') format('woff2'),
        url('MicrosoftYaHeiUIBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: 'Microsoft YaHei', 'Sans Serif' !important;
    font-weight: 100;
}

.fontTaiLe { font-family: 'Microsoft Tai Le', 'Microsoft YaHei', 'Sans Serif' !important; }
.fontTaiLe.font.normal { font-weight: normal !important; }
.fontTaiLe.font.bold { font-weight: bold !important; }

.fontYaHei { font-family: 'Microsoft YaHei', 'Microsoft Tai Le', 'Sans Serif' !important; }
.fontYaHei.font-light { font-weight: 100 !important; }
.fontYaHei.font.normal { font-weight: 300 !important; }
.fontYaHei.font.bold { font-weight: bold !important; }
