/** 
 * @file 
 * Default styles for the 'SA Tuberculosis Vaccine Initiative' (708) 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_708 
 */ 

body {
  --uct-color--primary: #106baf;
  --uct-color--primary--light: #1276c1;
  --uct-color--primary--dark: #0e609e;

  --uct-color--copy--hero: #1e1e1e;
  --uct-color--copy--hero--light: #212121;
  --uct-color--copy--hero--dark: #1b1b1b;

  --uct-color--highlight--hero: #9dbe19;
  --uct-color--highlight--hero--light: #add11c;
  --uct-color--highlight--hero--dark: #8dab17;

  --uct-color--bg--hero: #a6c9cc;
  --uct-color--bg--hero--light: #b7dde0;
  --uct-color--bg--hero--dark: #95b5b8;

  --uct-color--bg--nav--hover: #9dbe19;
  --uct-color--bg--nav--hover--light: #add11c;
  --uct-color--bg--nav--hover--dark: #8dab17;

  --uct-color--link: #106baf;
  --uct-color--link--light: #1276c1;
  --uct-color--link--dark: #0e609e;

  --uct-color--highlight: #9dbe19;
  --uct-color--highlight--light: #add11c;
  --uct-color--highlight--dark: #8dab17;

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

  --uct-color--bg--footer--menu: #106baf;
  --uct-color--bg--footer--menu--light: #1276c1;
  --uct-color--bg--footer--menu--dark: #0e609e;

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

  --uct-color--bg--footer: #106baf;
  --uct-color--bg--footer--light: #1276c1;
  --uct-color--bg--footer--dark: #0e609e;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/main_page_article_graphic-03_0.svg");
}

