/* ─────────────────────────────────────────────────────────────────────────
   Tigh tokens — the Industry design system, repointed to an Irish green.

   Same move Tráth makes with the ATU palette: Industry's structure, type,
   spacing and components are untouched; only the accent role is recoloured,
   so every `.btn`, `.tag`, `.card` and `.blueprint` renders in brand without
   being rewritten.

   The base is deliberately a deep green rather than the bright tricolour
   #169b62 — the accent carries white button labels and a reversed hero card,
   and the bright green fails contrast at both. #169b62 survives as step 500.

   Orange is deliberately absent. Green and orange together, in an Irish app
   about the Oireachtas, is not a neutral pair of colours.
   ───────────────────────────────────────────────────────────────────────── */

:root {
  --color-accent: #0d6743;
  --color-accent-2: #0d6743;

  --color-accent-100: #e7f4ed;
  --color-accent-200: #c6e6d5;
  --color-accent-300: #94d2b3;
  --color-accent-400: #4fb887;
  --color-accent-500: #169b62;
  --color-accent-600: #0f7d4f;
  --color-accent-700: #0d6743;
  --color-accent-800: #0a4d33;
  --color-accent-900: #073523;

  --color-accent-2-100: #e7f4ed;
  --color-accent-2-200: #c6e6d5;
  --color-accent-2-300: #94d2b3;
  --color-accent-2-400: #4fb887;
  --color-accent-2-500: #169b62;
  --color-accent-2-600: #0f7d4f;
  --color-accent-2-700: #0d6743;
  --color-accent-2-800: #0a4d33;
  --color-accent-2-900: #073523;
}
