/* AdiSutra.ai — canonical brand tokens. SINGLE SOURCE OF TRUTH for color + type.
 * Derived from the business card (design/business-card/). See BRAND.md.
 * Do not hand-edit brand hexes in any page — change them here.
 * Master copy: assets/brand.css  ·  Deployed mirror: site/assets/brand.css
 */
:root{
  /* --- Core brand (identical to the business card) --- */
  --navy:#0B1F3A;        /* primary / dark surfaces */
  --teal:#00C7A8;        /* accent (.ai, rules, CTAs) */
  --gold:#bf852a;        /* secondary accent (titles, mark core) */
  --ink:#262421;         /* body text — warm near-black */
  --muted:#6c6458;       /* secondary text — warm taupe */
  --paper:#f8f5ef;       /* warm paper bg / reversed strokes */
  --sand:#d7cfc0;        /* deep paper / card surround */

  /* --- Derived / supporting (warm) --- */
  --navy-2:#11294a;      /* navy gradient stop */
  --teal-dark:#0a8f78;   /* teal for text on light (contrast) */
  --line:#e7e1d4;        /* hairlines / borders */
  --bg-soft:#f3efe6;     /* soft section background */
  --bg-tint:#efe8d9;     /* chips / step bubbles */

  /* --- Layout --- */
  --maxw:1080px;

  /* --- Typography --- */
  --font-display:"Fraunces","Georgia","Times New Roman",serif;
  --font-sans:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,Helvetica,Arial,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,monospace;
}
