/** 
 * @file 
 * Default styles for the 'Modern Heritage of Africa' (1863) 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_1863 
 */ 

body {
  --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: #724a32;
  --uct-color--bg--hero--light: #7d5137;
  --uct-color--bg--hero--dark: #67432d;

  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #724a32;
  --uct-color--bg--nav--hover--light: #7d5137;
  --uct-color--bg--nav--hover--dark: #67432d;

  --uct-color--link: #724a32;
  --uct-color--link--light: #7d5137;
  --uct-color--link--dark: #67432d;

  --uct-color--highlight: #724a32;
  --uct-color--highlight--light: #7d5137;
  --uct-color--highlight--dark: #67432d;

}

