/* Design tokens — the single source for colour and font.
   Lifted verbatim from the :root block in prototype/oneworld-os-prototype.html.
   Rule 3: no hardcoded colours or fonts anywhere else. */
:root{
  --navy:#0F1E2A; --navy-2:#16293A; --aqua:#45FFEA; --aqua-deep:#0E9C8B;
  --green:#099686; --mint:#D9FFFA;
  --ws:#F2F6F6; --card:#fff; --ink:#0F1E2A; --body:#3B4B56; --muted:#7A8A93;
  --line:#E4ECEC; --line-strong:#CBD8D8;
  --font:'Poppins',system-ui,sans-serif;
}
