/** 
 * @file 
 * Default styles for the 'Division of Biomedical Engineering' (302) 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_302 
 */ 

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

  --uct-color--secondary: #a7b8a6;
  --uct-color--secondary--light: #b8cab7;
  --uct-color--secondary--dark: #96a695;

  --uct-color--primary: #204e25;
  --uct-color--primary--light: #235629;
  --uct-color--primary--dark: #1d4621;

  --uct-color--link: #006699;
  --uct-color--link--light: #0070a8;
  --uct-color--link--dark: #005c8a;

  --uct-color--highlight: #006699;
  --uct-color--highlight--light: #0070a8;
  --uct-color--highlight--dark: #005c8a;

}

