/** 
 * @file 
 * Default styles for the ' UCT Staff' (16) subsite theme 
 * 
 * Note: Do not modify this file as it will be overwritten. 
 * 
 * To add custom CSS and/or more custom properties, use libraries-extend 
 * from your theme, to extend: uct_themer/subsite_theme_16 
 */ 

body {
  --uct-color--copy: #0f0f0f;
  --uct-color--copy--light: #111111;
  --uct-color--copy--dark: #0e0e0e;

  --uct-color--secondary: #0099ff;
  --uct-color--secondary--light: #00a8ff;
  --uct-color--secondary--dark: #008ae6;

  --uct-color--primary: #005590;
  --uct-color--primary--light: #005e9e;
  --uct-color--primary--dark: #004d82;

  --uct-color--link: #7c24dc;
  --uct-color--link--light: #8828f2;
  --uct-color--link--dark: #7020c6;

  --uct-color--highlight: #be90ee;
  --uct-color--highlight--light: #d19eff;
  --uct-color--highlight--dark: #ab82d6;

}

