/** 
 * @file 
 * Default styles for the 'Continuing Education Unit' (1198) 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_1198 
 */ 

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

  --uct-color--bg--masthead: #0c1045;
  --uct-color--bg--masthead--light: #0d124c;
  --uct-color--bg--masthead--dark: #0b0e3e;

  --uct-color--bg--masthead--mobile: #0c1045;
  --uct-color--bg--masthead--mobile--light: #0d124c;
  --uct-color--bg--masthead--mobile--dark: #0b0e3e;

  --uct-color--primary: #0c1045;
  --uct-color--primary--light: #0d124c;
  --uct-color--primary--dark: #0b0e3e;

  --uct-color--link: #0099ff;
  --uct-color--link--light: #00a8ff;
  --uct-color--link--dark: #008ae6;

  --uct-color--highlight: #0c1045;
  --uct-color--highlight--light: #0d124c;
  --uct-color--highlight--dark: #0b0e3e;

}

