﻿/* 
	COLOURS
	
	coloursV2.css
	
	J. Lyle
	15th Apr 2205
	
	Aim is to keep the pallette separate so it is easy to change.
*/



:root {
  /* Light colours */
  --lightest:	#F4F6F8;  /* cloud: Page background */
  --lighter:	#E8EDF2;  /* mist: Card / panel background */
  --light:		#D0DBE6;  /* haze: Borders, dividers */

  /* Dark colours */
  --dark:	    #2C3E50;  /* slate: Primary headings */
  --darker:	    #4A5C6E;  /* steel: Body text */
  --darkest:	#7A8E9E;  /* graphite: Captions, labels */

  /* Accent / highlight colours */
  --accent1:	#1A6FA8;  /* cobalt: Primary actions, links, buttons */
  --accent2:    #E8943A;  /* amber:	Badges, highlights, alerts */
  }
