/* ArcusEdge — brand TOKENS (single source of truth for colours).
   Same token vocabulary as the client assets' brand.css. Light theme only.
   Change the brand here once → it propagates across the whole site. */
:root{
  --accent:#0ea5e9;          /* sky — primary */
  --accent-deep:#0b1e3f;     /* navy */
  --accent-bright:#38bdf8;   /* sky bright */
  --ink:#111111;             /* near-black */
  --ok:#10b981;              /* success green */
  --ok-bright:#34d399;       /* success green, light */
}

/* chrome component wrappers are layout-transparent (inner header/footer behaves as before) */
ae-nav, ae-footer { display: contents; }
