/* ==================================================================
   00｜全站設計變數
   工程師可在此統一修改品牌色、底色及文字色。
   字型檔放在 fonts/，index.html 已先載入 fonts/noto-sans-tc.css。
================================================================== */

:root {
  --ink: #17120f;
  --paper: #fffaf0;
  --yellow: #ffd62f;
  --orange: #ff7a2e;
  --red: #f04632;
  --green: #20a86b;
  --blue: #147bd1;
  --purple: #7f5ce1;
  --line: rgba(23, 18, 15, 0.16);
  --font-body:
    "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", system-ui,
    -apple-system, sans-serif;
  --font-display:
    "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", system-ui,
    -apple-system, sans-serif;
}
