@font-face {
    font-family: 'BiauKaiWeb';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: local('標楷體'),
        local('DFKai-SB'),
        url('../fonts/BiauKai.woff2') format('woff2');
}

@font-face {
    font-family: 'TimesNRWeb';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: local('Times New Roman'),
        url('../fonts/TimesNR.woff2') format('woff2');
}

@font-face {
    font-family: 'TimesNRWeb';
    font-style: italic;
    font-weight: normal;
    font-display: block;
    src: local('Times New Roman Italic'),
        url('../fonts/TimesNRI.woff2') format('woff2');
}

@font-face {
    font-family: 'TimesNRWeb';
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: local('Times New Roman Bold'),
        url('../fonts/TimesNRB.woff2') format('woff2');
}


@font-face {
    font-family: 'TimesNRWeb';
    font-style: italic;
    font-weight: bold;
    font-display: block;
    src: local('Times New Roman Bold Italic'),
        url('../fonts/TimesNRIB.woff2') format('woff2');
}

@font-face {
    font-family: 'Yumin';
    font-style: normal;
    font-weight: lighter;
    font-display: block;
    src: local('Yu Mincho Light'),
        url('../fonts/YuminL.woff2') format('woff2');
}

@font-face {
    font-family: 'Yumin';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: local('Yu Mincho Regular'),
        url('../fonts/Yumin.woff2') format('woff2');
}

@font-face {
    font-family: 'Yumin';
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: local('Yu Mincho Demibold'),
        url('../fonts/YuminB.woff2') format('woff2');
}