/* CIO Impact Lab, design tokens.
   Eight color tokens only. No other colors anywhere in Phase A. */

:root {
  --ink-navy:        #1A2B4A; /* headlines, wordmark, structure, footer bg */
  --paper:           #F7F3E8; /* page + section background; text on navy */
  --brass:           #A68A4F; /* eyebrows, hero rule, card border, footer utility, hover target */
  --body-ink:        #1A1A1A; /* long-form body copy */
  --text-secondary:  #4A4A4A; /* lede, descriptions, italic standfirst */
  --text-tertiary:   #767368; /* captions, metadata, hero descriptor line */
  --hairline:        #E4E0D4; /* section separators and flanking rules */
  --brass-hover:     #8A7240; /* link hover on Paper */
}
