/** 
 * @file 
 * Default styles for the 'ThunderKAT' (1744) 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_1744 
 */ 

body {
  --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: #05a9c5;
  --uct-color--bg--hero--light: #06bad9;
  --uct-color--bg--hero--dark: #0598b1;

  --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--bg--nav--hover: #05a9c5;
  --uct-color--bg--nav--hover--light: #06bad9;
  --uct-color--bg--nav--hover--dark: #0598b1;

  --uct-color--link: #05a9c5;
  --uct-color--link--light: #06bad9;
  --uct-color--link--dark: #0598b1;

  --uct-color--highlight: #05a9c5;
  --uct-color--highlight--light: #06bad9;
  --uct-color--highlight--dark: #0598b1;

}

