/** 
 * @file 
 * Default styles for the 'Primary Health Care' (1723) 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_1723 
 */ 

body {
  --uct-color--copy--masthead: #ffffff;
  --uct-color--copy--masthead--light: #ffffff;
  --uct-color--copy--masthead--dark: #e6e6e6;

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

  --uct-color--bg--hero: #3eaadb;
  --uct-color--bg--hero--light: #44bbf1;
  --uct-color--bg--hero--dark: #3899c5;

  --uct-color--link: #0676d1;
  --uct-color--link--light: #0782e6;
  --uct-color--link--dark: #056abc;

  --uct-color--highlight: #3eaadb;
  --uct-color--highlight--light: #44bbf1;
  --uct-color--highlight--dark: #3899c5;

}

