:root{
  /* Transport LAC Forum 2026 — brand tokens (IDB). Source: brand workspace in Figma (Lineamientos gráficos). */
  /* Day 1 — blue */
  --navy:#004E72;       /* primary */
  --cyan:#009ADE;       /* accent */
  --blue-1:#B7DBF2;
  --blue-2:#D3ECFF;
  /* Day 2 — green */
  --green-dark:#475D1C;
  --green:#7F9E37;
  --green-light:#BBD688;
  --green-tint:#D1E3AF;
  --green-pale:#E8F1D7;
  --yellow:#F1E687;
  --yellow-pale:#FDF8DC;
  /* neutrals */
  --ink:#1C2226;
  --gray:#9AA3A8;
  --white:#FFFFFF;
  /* day accents */
  --day1:#009ADE;
  --day2:#7F9E37;
  /* type: Inter (display/headings) · Aptos (body, documents) */
  --font-display:'Inter',system-ui,sans-serif;
  --font-body:'Aptos','Inter',system-ui,sans-serif;
}
