/** 
 * @file 
 * Default styles for the 'FitzPatrick Institute of African Ornithology' (771) 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_771 
 */ 

body {
  --uct-color--bg--masthead: #bbab9d;
  --uct-color--bg--masthead--light: #cebcad;
  --uct-color--bg--masthead--dark: #a89a8d;

  --uct-color--bg--masthead--mobile: #bbab9d;
  --uct-color--bg--masthead--mobile--light: #cebcad;
  --uct-color--bg--masthead--mobile--dark: #a89a8d;

  --uct-color--secondary: #194467;
  --uct-color--secondary--light: #1c4b71;
  --uct-color--secondary--dark: #173d5d;

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

  --uct-color--highlight--hero: #bcbcbc;
  --uct-color--highlight--hero--light: #cfcfcf;
  --uct-color--highlight--hero--dark: #a9a9a9;

  --uct-color--bg--hero: #194467;
  --uct-color--bg--hero--light: #1c4b71;
  --uct-color--bg--hero--dark: #173d5d;

  --uct-color--highlight: #bcbcbc;
  --uct-color--highlight--light: #cfcfcf;
  --uct-color--highlight--dark: #a9a9a9;

  --uct-color--copy--footer: #020202;
  --uct-color--copy--footer--light: #020202;
  --uct-color--copy--footer--dark: #020202;

  --uct-color--bg--footer--menu: #bbab9d;
  --uct-color--bg--footer--menu--light: #cebcad;
  --uct-color--bg--footer--menu--dark: #a89a8d;

  --uct-color--copy--footer--link: #020202;
  --uct-color--copy--footer--link--light: #020202;
  --uct-color--copy--footer--link--dark: #020202;

  --uct-color--bg--footer: #bbab9d;
  --uct-color--bg--footer--light: #cebcad;
  --uct-color--bg--footer--dark: #a89a8d;

  --uct-color--copy--component: #020202;
  --uct-color--copy--component--light: #020202;
  --uct-color--copy--component--dark: #020202;

  --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: #6e5a4d;
  --uct-color--bg--component--button--cta--light: #796355;
  --uct-color--bg--component--button--cta--dark: #635145;

  --uct-color--bg--component: #bbab9d;
  --uct-color--bg--component--light: #cebcad;
  --uct-color--bg--component--dark: #a89a8d;

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

