/* Chai Nadlan — design tokens (single source of truth for the whole site).
   Learned from the design-language reference; used by every template. */
:root{
  /* grounds & surfaces */
  --cn-ground:#070A0F;
  --cn-ground-2:#0B0F17;
  --cn-surface:#111826;
  --cn-surface-2:#16202F;
  --cn-line:rgba(120,150,190,.15);
  --cn-line-2:rgba(120,150,190,.28);

  /* ink */
  --cn-ink:#EEF2F8;
  --cn-ink-soft:#B7C3D4;
  --cn-ink-mute:#7A8698;

  /* Chai Nadlan brand navy (from the logo) + blue accent + warm neutral */
  --cn-navy:#1F394F;        /* exact logo navy — brand color */
  --cn-navy-2:#2A4C66;
  --cn-blue:#4F97DE;
  --cn-blue-br:#84BCF3;
  --cn-blue-deep:#255F9C;
  --cn-blue-glow:rgba(79,151,222,.24);
  --cn-warm:#CDB89A;

  /* semantic */
  --cn-green:#57C08A;
  --cn-amber:#E0A64C;
  --cn-grey:#7A8698;

  /* type roles */
  --cn-disp:"Anton",Impact,"Arial Narrow Bold",sans-serif;
  --cn-body:"Manrope",ui-sans-serif,"Segoe UI",Arial,sans-serif;
  --cn-serif:"Gilda Display",Georgia,"Times New Roman",serif;
  --cn-mono:ui-monospace,"SF Mono","Cascadia Code",Consolas,monospace;
}
