/* Settlement — the other crypto-native direction, deliberately different
   from Mainnet's cool "chain explorer" feel. Where Mainnet reads as a
   protocol/dev-tool product, Settlement reads as an institutional
   custody or compliance platform — crisper white, genuine navy (not
   blue-black), an emerald accent (verification/trust, versus Mainnet's
   teal which reads more "technical/data"), and a calmer, more
   enterprise-SaaS display face. Like Daybook/Tally/Mainnet, --ink stays
   dark, so the inverted-emphasis elements don't need flipping. */
:root{
  --paper:#F7F9F8;
  --paper-card:#FFFFFF;
  --ink:#0B1F3A;
  --ink-soft:#2E4258;
  --muted:#66788D;
  --accent:#059669;
  --accent-soft:#D1FAE5;
  --accent-contrast:#fff;
  --amber:#B45309;
  --amber-soft:#FEF0DC;
  --moss:#16A34A;
  --moss-soft:#DCFCE7;
  --brick:#B91C1C;
  --brick-soft:#FEE2E2;
  --violet:#6D28D9;
  --violet-soft:#EDE4FC;
  --line:#E5E9ED;
  --line-strong:#CBD3DB;
  --line-inverse:#3a3d4a;
  --muted-inverse:#b7bad8;
  --font-display:'Plus Jakarta Sans', sans-serif;
  --font-body:'Inter', sans-serif;
  --font-mono:'IBM Plex Mono', monospace;
}
