/* 本地字體定義 - 需先下載字體文件至 /fonts/ 目錄 */
/* 下載來源：https://fonts.google.com/download */

/* 思源黑體繁體中文 */
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans TC Regular'), local('NotoSansTC-Regular'), url('NotoSansTC-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans TC Medium'), local('NotoSansTC-Medium'), url('NotoSansTC-Medium.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans TC Bold'), local('NotoSansTC-Bold'), url('NotoSansTC-Bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans TC Black'), local('NotoSansTC-Black'), url('NotoSansTC-Black.woff2') format('woff2');
    font-display: swap;
}
