﻿/* 字體定義 */
@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-Regular.woff2') format('woff2'),
         url('../fonts/NotoSansTC-Regular.woff') format('woff');
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-Bold.woff2') format('woff2'),
         url('../fonts/NotoSansTC-Bold.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-Medium.woff2') format('woff2'),
         url('../fonts/NotoSansTC-Medium.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}
