/** 
 * @file 
 * Default styles for the 'Bertha Centre Theme' (2278) 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_2278 
 */ 

body {
  --uct-color--copy: #3c3c3c;
  --uct-color--copy--light: #424242;
  --uct-color--copy--dark: #363636;

  --uct-color--bg--masthead: #3c3c3c;
  --uct-color--bg--masthead--light: #424242;
  --uct-color--bg--masthead--dark: #363636;

  --uct-color--secondary: #414042;
  --uct-color--secondary--light: #484649;
  --uct-color--secondary--dark: #3b3a3b;

  --uct-color--primary: #8dc63f;
  --uct-color--primary--light: #9bda45;
  --uct-color--primary--dark: #7fb239;

  --uct-color--highlight--hero: #fcea10;
  --uct-color--highlight--hero--light: #ffff12;
  --uct-color--highlight--hero--dark: #e3d30e;

  --uct-color--bg--hero: #8dc63f;
  --uct-color--bg--hero--light: #9bda45;
  --uct-color--bg--hero--dark: #7fb239;

  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #8dc63f;
  --uct-color--bg--nav--hover--light: #9bda45;
  --uct-color--bg--nav--hover--dark: #7fb239;

  --uct-color--link: #8dc63f;
  --uct-color--link--light: #9bda45;
  --uct-color--link--dark: #7fb239;

  --uct-color--highlight: #005e65;
  --uct-color--highlight--light: #00676f;
  --uct-color--highlight--dark: #00555b;

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #005e65;
  --uct-color--bg--footer--menu--light: #00676f;
  --uct-color--bg--footer--menu--dark: #00555b;

  --uct-color--bg--footer: #414042;
  --uct-color--bg--footer--light: #484649;
  --uct-color--bg--footer--dark: #3b3a3b;

}

