/* ============================================================
   00 · DESIGN TOKENS
   The single source of truth for color, and the shared easing.
   Every other file references these var()s — change them here.
   ============================================================ */
:root{
  /* brand blues (dark -> light) */
  --navy:#00167A;
  --ink:#000A3D;
  --deep:#00104F;
  --b700:#0A2AA8;
  --b500:#1F44E8;
  --b300:#8AA3FF;
  --b100:#D6DEFF;
  --b50:#EEF1FF;

  /* ink / neutrals */
  --ink900:#070B1C;
  --ink700:#1B2140;
  --ink500:#4A5378;
  --ink300:#9AA1BF;

  /* surfaces & lines */
  --white:#fff;
  --mist:#F5F7FC;
  --line:#E4E8F4;
  --onblue:#2B3E8C;
  --dim:#C3CBEE;

  /* motion */
  --ease:cubic-bezier(.16,1,.3,1);
}
