/** 
 * @file 
 * Default styles for the 'CSSA' (2209) 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_2209 
 */ 

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

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

  --uct-color--bg--masthead--mobile: #0676d1;
  --uct-color--bg--masthead--mobile--light: #0782e6;
  --uct-color--bg--masthead--mobile--dark: #056abc;

}

