/* css/tokens.css — 世紀帝國風設計變數 */
:root {
  /* 字型（設計文件方案 A） */
  --font-display: 'Cinzel Decorative', 'Noto Serif TC', serif;
  --font-body: 'Noto Serif TC', 'Songti TC', 'SimSun', serif;

  /* 顏色：木質 / 石材 / 金邊 / 羊皮紙 */
  --c-wood-dark: #2a1d0f;
  --c-wood: #3a2a17;
  --c-stone: #4f3c1f;
  --c-gold: #c9a24b;
  --c-gold-bright: #f6d97a;
  --c-parchment: #efe0bb;
  --c-parchment-dark: #dcc38e;
  --c-ink: #3a2a14;

  /* 身分類型色 */
  --t-military: #d88; --t-scholar: #8ab4d8; --t-civil: #9ec98a;
  --t-ranger: #c0a0e0; --t-leader: #f6d97a;

  /* 狀態 */
  --c-correct: #6fbf5a; --c-wrong: #d06a6a;

  /* 邊框/間距 */
  --border-gold: 3px solid var(--c-gold);
  --radius: 5px;
  --gap: 12px;
}
