/* 本地字型 — 取代 Google Fonts CDN(離線/原生殼用)。
   來源:Google Fonts(Gaegu / Iansui / Noto Sans TC),woff2。
   Noto Sans TC / Iansui 為 chinese-traditional+latin 完整覆蓋(每字重約 1MB)。
   Gaegu 為 latin(手寫塗鴉數字/英文用)。字重對齊原 CDN 用到的:
   Gaegu 400/700、Iansui 400、Noto Sans TC 400/500/700/900。 */

@font-face{
  font-family:'Gaegu'; font-style:normal; font-weight:400; font-display:swap;
  src:url('gaegu-400.woff2') format('woff2');
}
@font-face{
  font-family:'Gaegu'; font-style:normal; font-weight:700; font-display:swap;
  src:url('gaegu-700.woff2') format('woff2');
}
@font-face{
  font-family:'Iansui'; font-style:normal; font-weight:400; font-display:swap;
  src:url('iansui-400.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Sans TC'; font-style:normal; font-weight:400; font-display:swap;
  src:url('notosanstc-400.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Sans TC'; font-style:normal; font-weight:500; font-display:swap;
  src:url('notosanstc-500.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Sans TC'; font-style:normal; font-weight:700; font-display:swap;
  src:url('notosanstc-700.woff2') format('woff2');
}
@font-face{
  font-family:'Noto Sans TC'; font-style:normal; font-weight:900; font-display:swap;
  src:url('notosanstc-900.woff2') format('woff2');
}
