/* GTD ANZ -- DAC brand tokens. Locked to the authoritative source. Do not add colours outside this set.
   Source: GTD & DAC_BRAND Guidelines-v2_3Jun2019.pdf (see docs/BRAND-gtd.md).
   Corrected 2026-07-02: hex values now match the 2019 guideline exactly.
   (Previous seed values #E85020 / #3B3935 were close approximations and have been replaced.) */
:root {
  --gtd-orange:   #E55300;   /* PMS 166C -- primary accent (use as accent only, not dominant) */
  --gtd-charcoal: #392E2C;   /* PMS 440C -- primary dark */
  --gtd-white:    #FFFFFF;
  --gtd-ink:      #392E2C;
  --gtd-bg:       #FFFFFF;

  --gtd-blue:     #3878DB;   /* PMS 7461C -- secondary */
  --gtd-grey:     #CCCCCC;   /* PMS 420   -- secondary */

  /* Brand fonts: Chalet Comprime-Cologne Sixty (headings) / Trade Gothic (body).
     Arial / Arial Narrow is DAC's own sanctioned web-safe fallback.
     Real licensed webfonts, if purchased, go in assets/gtd/fonts and lead the stack. */
  --gtd-font-head: "Chalet Comprime Cologne Sixty", "Oswald", "Arial Narrow", Arial, sans-serif;
  --gtd-font-body: "Trade Gothic", "Open Sans", Arial, sans-serif;

  --gtd-space: 1rem;
  --gtd-maxw:  1120px;

  /* Derived neutrals -- from the approved style tile (01a), not new brand colours.
     Warm off-white for alternate sections, muted text/hairlines derived from charcoal,
     plus interaction states for the two locked accent colours. */
  --gtd-cream:         #F5F2EF;  /* alternate section background */
  --gtd-muted:         #6E625D;  /* muted body copy on light */
  --gtd-hairline:      #E7E2DE;  /* borders/rules on light */
  --gtd-orange-hover:  #C74800;  /* orange button hover */
  --gtd-charcoal-panel:#453936;  /* raised panel on charcoal (e.g. lead-capture card) */
}
