/* ============================================================
   brand.css  —  THE ONLY FILE THAT CARRIES NAVAN BRANDING
   ------------------------------------------------------------
   Navan brand applied from the verified brand kit
   (~/Navan/brand-kit, sourced from navan.com + brand.dev).
   Dark identity, the Navan 90/10 rule: dark ground, purple for
   the one thing that matters, lavender for the data thread.
   base.css only references these variables, so the layout adapts.
   ============================================================ */

:root{
  /* --- core surface colors --- */
  --bg:        #0A0A0A;   /* page background, Navan near-black */
  --surface:   #101020;   /* cards and panels */
  --surface-2: #15152A;   /* recessed panels, table stripes */

  /* --- text --- */
  --ink:       #F1F1F9;   /* primary text, off-white */
  --ink-2:     #9A9AAE;   /* secondary text */
  --muted:     #7A7A96;   /* captions, labels */
  --faint:     #3A3A52;   /* least important text */

  /* --- brand accent, Navan purple --- */
  --accent:    #9239EB;   /* Navan primary, Chaste Blossoms */
  --accent-ink:#DA80FB;   /* lighter accent for text on dark, Lavender Tea */
  --accent-bg: rgba(146,57,235,0.10);  /* accent tint background */

  /* --- secondary accent for the proprietary-data thread --- */
  --signal:    #DA80FB;   /* lavender, marks the Benchmark data motif */
  --signal-bg: rgba(218,128,251,0.08);

  /* --- lines and borders --- */
  --line:      #1E1E2E;   /* hairline borders */
  --line-2:    #26263A;

  /* --- typography --- */
  --font-display: 'Fraunces', Georgia, serif;          /* editorial headings */
  --font-body:    'Inter', system-ui, sans-serif;      /* Navan body face */
  --font-mono:    'IBM Plex Mono', monospace;          /* data + labels */

  /* --- wordmark shown in the nav --- */
  --wordmark: 'Navan';
}
