/** 
 * @file 
 * Default styles for the 'Centre for Animal Research Excellence South Africa' (897) 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_897 
 */ 

body {
  --uct-color--copy--masthead: #ffffff;
  --uct-color--copy--masthead--light: #ffffff;
  --uct-color--copy--masthead--dark: #e6e6e6;

  --uct-color--bg--masthead: #009999;
  --uct-color--bg--masthead--light: #00a8a8;
  --uct-color--bg--masthead--dark: #008a8a;

  --uct-color--bg--masthead--mobile: #009999;
  --uct-color--bg--masthead--mobile--light: #00a8a8;
  --uct-color--bg--masthead--mobile--dark: #008a8a;

  --uct-color--secondary: #26262e;
  --uct-color--secondary--light: #2a2a33;
  --uct-color--secondary--dark: #222229;

  --uct-color--primary: #009999;
  --uct-color--primary--light: #00a8a8;
  --uct-color--primary--dark: #008a8a;

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

  --uct-color--highlight--hero: #009999;
  --uct-color--highlight--hero--light: #00a8a8;
  --uct-color--highlight--hero--dark: #008a8a;

  --uct-color--bg--hero: #593f27;
  --uct-color--bg--hero--light: #62452b;
  --uct-color--bg--hero--dark: #503923;

  --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: #15154f;
  --uct-color--bg--nav--hover--light: #171757;
  --uct-color--bg--nav--hover--dark: #131347;

  --uct-color--link: #009999;
  --uct-color--link--light: #00a8a8;
  --uct-color--link--dark: #008a8a;

  --uct-color--highlight: #009999;
  --uct-color--highlight--light: #00a8a8;
  --uct-color--highlight--dark: #008a8a;

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

  --uct-color--bg--footer--menu: #1e1e1e;
  --uct-color--bg--footer--menu--light: #212121;
  --uct-color--bg--footer--menu--dark: #1b1b1b;

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

  --uct-color--bg--footer: #1e1e1e;
  --uct-color--bg--footer--light: #212121;
  --uct-color--bg--footer--dark: #1b1b1b;

  --uct-color--bg--component: #707070;
  --uct-color--bg--component--light: #7b7b7b;
  --uct-color--bg--component--dark: #656565;

}

