/* 字体引入 */
@font-face {
    font-family: 'TW-Normal';
    src: url('../font/TW-Normal.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TW-Normal';
    src: url('../font/TW-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
