/** 
 * @file 
 * Default styles for the 'Faculty of Engineering & the Built Environment' (17) 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_17 
 */ 

body {
  --uct-color--copy: #000000;
  --uct-color--copy--light: #000000;
  --uct-color--copy--dark: #000000;

  --uct-color--secondary: #26810d;
  --uct-color--secondary--light: #2a8e0e;
  --uct-color--secondary--dark: #22740c;

  --uct-color--primary: #26810d;
  --uct-color--primary--light: #2a8e0e;
  --uct-color--primary--dark: #22740c;

  --uct-color--link: #26810d;
  --uct-color--link--light: #2a8e0e;
  --uct-color--link--dark: #22740c;

  --uct-color--highlight: #08a824;
  --uct-color--highlight--light: #09b928;
  --uct-color--highlight--dark: #079720;

}

