/* Design tokens — single source of truth for the new site's visual system.
   Ported from the approved Pacific 100 event page design. Do not redefine
   these values anywhere else; add new tokens here if a page needs one. */
:root {
  --teal: #2E6E73;
  --teal-dark: #245A5E;
  --navy: #1F3A5A;
  --navy-deep: #16283C;
  --ink: #22303A;
  --grey: #7C8A92;
  --line: #D9E0E3;
  --wash: #EEF2F3;
  --paper: #FFFFFF;
  --gold: #C9A227;
  --gold-soft: #F6EED9;
  --gold-bright: #D9B646;
  --teal-bright: #4FE0D1;
  --ink-inverse: #DCE5EA;
  --ok-bg: #E3EFEA;
  --ok-fg: #1E6B4F;
  --pro-bg: #F6EED9;
  --pro-fg: #8A6D1B;

  --display: 'Archivo', 'Noto Sans', 'Noto Sans CJK TC', sans-serif;
  --display-feature: 'Fraunces', 'Noto Sans CJK TC', serif;
  --body: 'Noto Sans', 'Noto Sans CJK TC', -apple-system, sans-serif;

  --maxw: 1060px;
  --radius: 8px;
  --radius-lg: 12px;
}
