/** 
 * @file 
 * Default styles for the 'Catalysis Institute theme' (1478) 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_1478 
 */ 

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

  --uct-color--bg--masthead: #0578a7;
  --uct-color--bg--masthead--light: #0684b8;
  --uct-color--bg--masthead--dark: #056c96;

  --uct-color--bg--masthead--mobile: #0578a7;
  --uct-color--bg--masthead--mobile--light: #0684b8;
  --uct-color--bg--masthead--mobile--dark: #056c96;

  --uct-color--secondary: #0578a7;
  --uct-color--secondary--light: #0684b8;
  --uct-color--secondary--dark: #056c96;

  --uct-color--primary: #034462;
  --uct-color--primary--light: #034b6c;
  --uct-color--primary--dark: #033d58;

  --uct-color--highlight--hero: #034462;
  --uct-color--highlight--hero--light: #034b6c;
  --uct-color--highlight--hero--dark: #033d58;

  --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: #034462;
  --uct-color--bg--nav--hover--light: #034b6c;
  --uct-color--bg--nav--hover--dark: #033d58;

  --uct-color--link: #0578a7;
  --uct-color--link--light: #0684b8;
  --uct-color--link--dark: #056c96;

  --uct-color--highlight: #0578a7;
  --uct-color--highlight--light: #0684b8;
  --uct-color--highlight--dark: #056c96;

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

  --uct-color--bg--footer--menu: #0578a7;
  --uct-color--bg--footer--menu--light: #0684b8;
  --uct-color--bg--footer--menu--dark: #056c96;

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

  --uct-color--bg--footer: #034462;
  --uct-color--bg--footer--light: #034b6c;
  --uct-color--bg--footer--dark: #033d58;

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

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

  --uct-color--bg--component--button--cta: #034462;
  --uct-color--bg--component--button--cta--light: #034b6c;
  --uct-color--bg--component--button--cta--dark: #033d58;

  --uct-color--bg--component: #0578a7;
  --uct-color--bg--component--light: #0684b8;
  --uct-color--bg--component--dark: #056c96;

}

