/* Design tokens - single source of truth for brand colours.
   All pages link this file; page-specific overrides stay inline. */
:root {
  --teal:        #0B525A;
  --teal-light:  #0D7A87;
  --cyan:        #3DD9E8;
  --violet:      #8B5CF6;
  --purple:      #9B6FD4;
  --bg:          #FFFFFF;
  --surface:     #F6F8F9;
  --border:      #E3E8EA;
  --ink:         #0B1215;
  --ink-2:       #3A4A50;
  --ink-3:       #6B8088;
  --dark-bg:     #060F16;
}
