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

body {
  --uct-color--secondary: #d8c9b3;
  --uct-color--secondary--light: #eeddc5;
  --uct-color--secondary--dark: #c2b5a1;

  --uct-color--primary: #8b6923;
  --uct-color--primary--light: #997427;
  --uct-color--primary--dark: #7d5f20;

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

  --uct-color--highlight--hero: #c4b194;
  --uct-color--highlight--hero--light: #d8c3a3;
  --uct-color--highlight--hero--dark: #b09f85;

  --uct-color--bg--hero: #d8c9b3;
  --uct-color--bg--hero--light: #eeddc5;
  --uct-color--bg--hero--dark: #c2b5a1;

  --uct-color--link: #b07613;
  --uct-color--link--light: #c28215;
  --uct-color--link--dark: #9e6a11;

  --uct-color--highlight: #624f29;
  --uct-color--highlight--light: #6c572d;
  --uct-color--highlight--dark: #584725;

  --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-color--bg--component--button--cta: #333132;
  --uct-color--bg--component--button--cta--light: #383637;
  --uct-color--bg--component--button--cta--dark: #2e2c2d;

  --uct-color--bg--component: #8b6923;
  --uct-color--bg--component--light: #997427;
  --uct-color--bg--component--dark: #7d5f20;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/cas-main-page-graphic-26.svg");
}

