/* Thin 100 */
/* @font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url('/NTS/fonts/NotoSansTC-Thin.ttf') format('truetype');
  font-display: swap;
} */

/* ExtraLight 200 */
/* @font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  src: url('/NTS/fonts/NotoSansTC-ExtraLight.ttf') format('truetype');
  font-display: swap;
} */

/* Light 300 */
/* @font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url('/NTS/fonts/NotoSansTC-Light.ttf') format('truetype');
  font-display: swap;
} */

/* Regular 400 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('/NTS/fonts/NotoSansTC-Regular.ttf') format('truetype');
  font-display: swap;
}

/* Medium 500 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('/NTS/fonts/NotoSansTC-Medium.ttf') format('truetype');
  font-display: swap;
}

/* SemiBold 600 */
/* @font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  src: url('/NTS/fonts/NotoSansTC-SemiBold.ttf') format('truetype');
  font-display: swap;
} */

/* Bold 700 */
/* @font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('/NTS/fonts/NotoSansTC-Bold.ttf') format('truetype');
  font-display: swap;
} */

/* ExtraBold 800 */
/* @font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  src: url('/NTS/fonts/NotoSansTC-ExtraBold.ttf') format('truetype');
  font-display: swap;
} */

/* Black 900 */
/* @font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url('/NTS/fonts/NotoSansTC-Black.ttf') format('truetype');
  font-display: swap;
} */

/* 全站套用：優先使用系統 Noto Sans TC，然後是本地定義，最後是備選字體 */
body {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'PingFang TC', 'Helvetica Neue', Arial, sans-serif;
}
