/* 子集化繁體中文字型 (970KB: Noto 483KB + 楷書 487KB) */
/* 使用 font-display: swap 減少 CLS */
/* Updated: 2026-01-04 22:41 - Add edukai font */

/* Noto Sans TC - 黑體（內文、一般標題） */

/* Regular (400) - 173KB */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSansTC-Regular.subset.woff2') format('woff2');
}

/* Bold (700) - 177KB */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/NotoSansTC-Bold.subset.woff2') format('woff2');
}

/* Noto Serif TC - 宋體（活動標題、文章標題） */

/* Variable Font (200-900) - 133KB */
@font-face {
  font-family: 'Noto Serif TC';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../fonts/NotoSerifTC-subset.woff2') format('woff2-variations');
  font-named-instance: 'Regular';
}

/* 教育部標準楷書（顧問的話內文） */

/* Regular (400) - 487KB */
@font-face {
  font-family: 'edukai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/edukai-subset.woff2') format('woff2');
}
