/* 字型 — 自托管版(不需外連,適合內網 / on-prem 部署)。
 * woff2 在 ./files/;英文 Inter,中文 Noto Sans TC(繁中)。
 * Latin 用 Inter 精確 unicode-range;CJK 才載 ~1MB 的 Noto 繁中檔。 */

/* ============ Inter — Latin ============ */
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('./files/inter-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('./files/inter-latin-600.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('./files/inter-latin-700.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ============ Inter — Latin-ext ============ */
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('./files/inter-latinext-400.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('./files/inter-latinext-600.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('./files/inter-latinext-700.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ============ Noto Sans TC — 繁體中文 / CJK ============ */
/* 一個涵蓋 CJK 主要區段的 unicode-range,把 ~1MB 的繁中檔限定在中文字才載入。 */
@font-face {
  font-family: 'Noto Sans TC'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('./files/notosanstc-cht-400.woff2') format('woff2');
  unicode-range: U+2E80-2EFF,U+2F00-2FDF,U+3000-303F,U+3100-312F,U+3190-31BF,U+3200-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE30-FE4F,U+FF00-FFEF,U+20000-2A6DF,U+2A700-2EBEF,U+2F800-2FA1F;
}
@font-face {
  font-family: 'Noto Sans TC'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('./files/notosanstc-cht-500.woff2') format('woff2');
  unicode-range: U+2E80-2EFF,U+2F00-2FDF,U+3000-303F,U+3100-312F,U+3190-31BF,U+3200-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE30-FE4F,U+FF00-FFEF,U+20000-2A6DF,U+2A700-2EBEF,U+2F800-2FA1F;
}
@font-face {
  font-family: 'Noto Sans TC'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('./files/notosanstc-cht-700.woff2') format('woff2');
  unicode-range: U+2E80-2EFF,U+2F00-2FDF,U+3000-303F,U+3100-312F,U+3190-31BF,U+3200-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE30-FE4F,U+FF00-FFEF,U+20000-2A6DF,U+2A700-2EBEF,U+2F800-2FA1F;
}
