/** 
 * @file 
 * Default styles for the 'Greg Smith research group theme' (1429) 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_1429 
 */ 

body {
  --uct-color--primary: #007fe2;
  --uct-color--primary--light: #008cf9;
  --uct-color--primary--dark: #0072cb;

  --uct-color--bg--hero: #007fe2;
  --uct-color--bg--hero--light: #008cf9;
  --uct-color--bg--hero--dark: #0072cb;

  --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: #007fe2;
  --uct-color--bg--nav--hover--light: #008cf9;
  --uct-color--bg--nav--hover--dark: #0072cb;

  --uct-color--highlight: #007fe2;
  --uct-color--highlight--light: #008cf9;
  --uct-color--highlight--dark: #0072cb;

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

  --uct-color--bg--footer--menu: #007fe2;
  --uct-color--bg--footer--menu--light: #008cf9;
  --uct-color--bg--footer--menu--dark: #0072cb;

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

  --uct-color--bg--footer: #007fe2;
  --uct-color--bg--footer--light: #008cf9;
  --uct-color--bg--footer--dark: #0072cb;

  --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: #333333;
  --uct-color--bg--component--button--cta--light: #383838;
  --uct-color--bg--component--button--cta--dark: #2e2e2e;

  --uct-color--bg--component: #007fe2;
  --uct-color--bg--component--light: #008cf9;
  --uct-color--bg--component--dark: #0072cb;

}

