/** 
 * @file 
 * Default styles for the 'Institutional Planning' (1373) 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_1373 
 */ 

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

  --uct-color--bg--masthead: #4b8d83;
  --uct-color--bg--masthead--light: #539b90;
  --uct-color--bg--masthead--dark: #447f76;

  --uct-color--bg--masthead--mobile: #4b8d83;
  --uct-color--bg--masthead--mobile--light: #539b90;
  --uct-color--bg--masthead--mobile--dark: #447f76;

  --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: #427069;
  --uct-color--bg--hero--light: #497b74;
  --uct-color--bg--hero--dark: #3b655f;

  --uct-color--bg--nav--hover: #427069;
  --uct-color--bg--nav--hover--light: #497b74;
  --uct-color--bg--nav--hover--dark: #3b655f;

  --uct-color--highlight: #4b8d83;
  --uct-color--highlight--light: #539b90;
  --uct-color--highlight--dark: #447f76;

}

