/* TradieRoles brand tokens — SOURCE OF TRUTH for the static tools build.
   The SPA defines the SAME values in src/index.css (--tr-* block) — change
   both together or not at all. Linked by every tools page BEFORE its inline
   <style>, so pages must not redeclare these hexes.
   Two naming schemes are served: "IQ" pages use --navy/--navy2/--amber and
   "sheet/roles" pages use --ink/--ink-2/--ink-3/--amber. Same palette. */
:root{
  --navy:#14213D;   /* brand navy */
  --navy2:#1D2F52;  /* mid navy */
  --ink:#14213D;    /* sheet-page alias of the brand navy */
  --ink-2:#1D2F52;
  --ink-3:#0F1A32;  /* darkest band */
  --amber:#F5A81C;  /* brand amber */
  --amber-dk:#C9860A;
}
/* Wordmark home link — keeps the brand block's own typography/colour */
a.brand{color:inherit;text-decoration:none;cursor:pointer;display:inline-block}
a.brand:focus-visible{outline:2px solid var(--amber);outline-offset:3px;border-radius:4px}
