/* ═══════════════════════════════════════════════════════════════════════
   TOKENS — single source of truth for all design primitives
═══════════════════════════════════════════════════════════════════════ */
:root {
  /* Colour palette */
  --near-black:  #0D0D0D;
  --charcoal:    #2A2A2A;
  --mid-gray:    #6B7280;
  --light-gray:  #F5F5F5;
  --off-white:   #FAFAFA;
  --white:       #FFFFFF;
  --border:      #E5E5E5;
  --emerald:     #10B981;
  --alert:       #EF4444;
}
