/**
 * Noto Sans TC 本地字體定義
 * 使用本地字體以提升載入速度和減少 HTTP 請求
 * 支援的字重：300, 400, 500, 600, 700
 */

/* Noto Sans TC - Light (300) */
@font-face {
  font-family: 'Noto Sans TC';
  src: url('../fonts/NotoSansTC-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans TC - Regular (400) */
@font-face {
  font-family: 'Noto Sans TC';
  src: url('../fonts/NotoSansTC-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans TC - Medium (500) */
@font-face {
  font-family: 'Noto Sans TC';
  src: url('../fonts/NotoSansTC-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans TC - SemiBold (600) */
@font-face {
  font-family: 'Noto Sans TC';
  src: url('../fonts/NotoSansTC-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans TC - Bold (700) */
@font-face {
  font-family: 'Noto Sans TC';
  src: url('../fonts/NotoSansTC-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

