/** 
 * @file 
 * Default styles for the 'Re-Centring AfroAsia' (1885) 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_1885 
 */ 

body {
  --uct-color--primary: #067e7c;
  --uct-color--primary--light: #078b88;
  --uct-color--primary--dark: #057170;

  --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: #067e7c;
  --uct-color--bg--hero--light: #078b88;
  --uct-color--bg--hero--dark: #057170;

  --uct-color--bg--nav--hover: #067e7c;
  --uct-color--bg--nav--hover--light: #078b88;
  --uct-color--bg--nav--hover--dark: #057170;

  --uct-color--link: #067e7c;
  --uct-color--link--light: #078b88;
  --uct-color--link--dark: #057170;

  --uct-color--highlight: #067e7c;
  --uct-color--highlight--light: #078b88;
  --uct-color--highlight--dark: #057170;

}

