/** 
 * @file 
 * Default styles for the 'Imaan SA@30 Theme' (2047) 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_2047 
 */ 

body {
  --uct-color--copy--masthead: #1e1e1e;
  --uct-color--copy--masthead--light: #212121;
  --uct-color--copy--masthead--dark: #1b1b1b;

  --uct-color--bg--masthead: #a3cca3;
  --uct-color--bg--masthead--light: #b3e0b3;
  --uct-color--bg--masthead--dark: #93b893;

  --uct-color--bg--masthead--mobile: #a3cca3;
  --uct-color--bg--masthead--mobile--light: #b3e0b3;
  --uct-color--bg--masthead--mobile--dark: #93b893;

  --uct-color--secondary: #0798db;
  --uct-color--secondary--light: #08a7f1;
  --uct-color--secondary--dark: #0689c5;

  --uct-color--primary: #0798db;
  --uct-color--primary--light: #08a7f1;
  --uct-color--primary--dark: #0689c5;

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

  --uct-color--highlight--hero: #db0807;
  --uct-color--highlight--hero--light: #f10908;
  --uct-color--highlight--hero--dark: #c50706;

  --uct-color--bg--hero: #1e1e1e;
  --uct-color--bg--hero--light: #212121;
  --uct-color--bg--hero--dark: #1b1b1b;

  --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: #043014;
  --uct-color--bg--nav--hover--light: #043516;
  --uct-color--bg--nav--hover--dark: #042b12;

  --uct-color--link: #0798db;
  --uct-color--link--light: #08a7f1;
  --uct-color--link--dark: #0689c5;

  --uct-color--highlight: #db0807;
  --uct-color--highlight--light: #f10908;
  --uct-color--highlight--dark: #c50706;

}

