/** 
 * @file 
 * Default styles for the 'Centre for Autism Research in Africa' (1282) 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_1282 
 */ 

body {
  --uct-color--bg--masthead: #c0c0c0;
  --uct-color--bg--masthead--light: #d3d3d3;
  --uct-color--bg--masthead--dark: #adadad;

  --uct-color--bg--masthead--mobile: #c0c0c0;
  --uct-color--bg--masthead--mobile--light: #d3d3d3;
  --uct-color--bg--masthead--mobile--dark: #adadad;

  --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: #2796ff;
  --uct-color--bg--hero--light: #2ba5ff;
  --uct-color--bg--hero--dark: #2387e6;

  --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: #2796ff;
  --uct-color--bg--nav--hover--light: #2ba5ff;
  --uct-color--bg--nav--hover--dark: #2387e6;

  --uct-color--highlight: #2796ff;
  --uct-color--highlight--light: #2ba5ff;
  --uct-color--highlight--dark: #2387e6;

}

