/* Design tokens - colour palette, shared across every page.
 * Extracted verbatim from the original index.html <style> block.
 */

:root{
  --navy-950:#050F1F;
  --navy-900:#0A2647;
  --navy-850:#0C2C50;
  --navy-800:#0D3160;
  --blue:#0567D8;
  --blue-bright:#3D8DF2;
  --cyan:#5CE1E6;
  --eco-flow:#FF7A29;
  --amber:#F2B134;
  --amber-ink:#241800;
  --paper:#F3F7FC;
  --paper-ink:#0A1F33;
  --paper-ink-soft:#4C6178;
  --on-dark:#EAF2FC;
  --on-dark-soft:#9FB6D1;
  --on-dark-faint:#82A0BD;
  --line-dark:rgba(234,242,252,0.14);
  --line-paper:rgba(10,31,51,0.12);
}
