/** 
 * @file 
 * Default styles for the 'The Nelson Mandela School of Public Governance' (232) 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_232 
 */ 

body {
  --uct-color--copy: #141414;
  --uct-color--copy--light: #161616;
  --uct-color--copy--dark: #121212;

  --uct-color--secondary: #826927;
  --uct-color--secondary--light: #8f742b;
  --uct-color--secondary--dark: #755f23;

  --uct-color--primary: #35a3a1;
  --uct-color--primary--light: #3ab3b1;
  --uct-color--primary--dark: #309391;

  --uct-color--link: #008381;
  --uct-color--link--light: #00908e;
  --uct-color--link--dark: #007674;

  --uct-color--highlight: #826927;
  --uct-color--highlight--light: #8f742b;
  --uct-color--highlight--dark: #755f23;

}

