/** 
 * @file 
 * Default styles for the 'Centre for African Studies' (715) 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_715 
 */ 

body {
  --uct-color--primary: #888888;
  --uct-color--primary--light: #969696;
  --uct-color--primary--dark: #7a7a7a;

  --uct-color--copy--hero: #191919;
  --uct-color--copy--hero--light: #1c1c1c;
  --uct-color--copy--hero--dark: #171717;

  --uct-color--highlight--hero: #b8483a;
  --uct-color--highlight--hero--light: #ca4f40;
  --uct-color--highlight--hero--dark: #a64134;

  --uct-color--bg--hero: #e3b0a9;
  --uct-color--bg--hero--light: #fac2ba;
  --uct-color--bg--hero--dark: #cc9e98;

  --uct-color--link: #b8483a;
  --uct-color--link--light: #ca4f40;
  --uct-color--link--dark: #a64134;

  --uct-color--highlight: #b8483a;
  --uct-color--highlight--light: #ca4f40;
  --uct-color--highlight--dark: #a64134;

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

  --uct-color--bg--footer--menu: #505050;
  --uct-color--bg--footer--menu--light: #585858;
  --uct-color--bg--footer--menu--dark: #484848;

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

  --uct-color--bg--footer: #505050;
  --uct-color--bg--footer--light: #585858;
  --uct-color--bg--footer--dark: #484848;

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

