/** 
 * @file 
 * Default styles for the 'Social responsiveness theme' (1555) 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_1555 
 */ 

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

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

  --uct-color--bg--masthead--mobile: #0099ff;
  --uct-color--bg--masthead--mobile--light: #00a8ff;
  --uct-color--bg--masthead--mobile--dark: #008ae6;

  --uct-color--primary: #005590;
  --uct-color--primary--light: #005e9e;
  --uct-color--primary--dark: #004d82;

  --uct-color--bg--hero: #005590;
  --uct-color--bg--hero--light: #005e9e;
  --uct-color--bg--hero--dark: #004d82;

  --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--link: #006699;
  --uct-color--link--light: #0070a8;
  --uct-color--link--dark: #005c8a;

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

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #005590;
  --uct-color--bg--footer--menu--light: #005e9e;
  --uct-color--bg--footer--menu--dark: #004d82;

  --uct-color--copy--footer--link: #ffffff;
  --uct-color--copy--footer--link--light: #ffffff;
  --uct-color--copy--footer--link--dark: #e6e6e6;

  --uct-color--bg--footer: #005590;
  --uct-color--bg--footer--light: #005e9e;
  --uct-color--bg--footer--dark: #004d82;

  --uct-color--copy--component: #ffffff;
  --uct-color--copy--component--light: #ffffff;
  --uct-color--copy--component--dark: #e6e6e6;

}

