/** 
 * @file 
 * Default styles for the 'Institute for Communities and Wildlife in Africa' (869) 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_869 
 */ 

body {
  --uct-color--secondary: #494949;
  --uct-color--secondary--light: #505050;
  --uct-color--secondary--dark: #424242;

  --uct-color--primary: #97b813;
  --uct-color--primary--light: #a6ca15;
  --uct-color--primary--dark: #88a611;

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

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

  --uct-color--bg--hero: #494949;
  --uct-color--bg--hero--light: #505050;
  --uct-color--bg--hero--dark: #424242;

  --uct-color--link: #97b813;
  --uct-color--link--light: #a6ca15;
  --uct-color--link--dark: #88a611;

  --uct-color--highlight: #97b813;
  --uct-color--highlight--light: #a6ca15;
  --uct-color--highlight--dark: #88a611;

  --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--copy--component: #ffffff;
  --uct-color--copy--component--light: #ffffff;
  --uct-color--copy--component--dark: #e6e6e6;

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

  --uct-color--bg--component--button--cta: #989898;
  --uct-color--bg--component--button--cta--light: #a7a7a7;
  --uct-color--bg--component--button--cta--dark: #898989;

  --uct-color--bg--component: #494949;
  --uct-color--bg--component--light: #505050;
  --uct-color--bg--component--dark: #424242;

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

