/** 
 * @file 
 * Default styles for the 'Medical Biochemistry & Structural Biology theme' (1590) 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_1590 
 */ 

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

  --uct-color--bg--masthead: #006699;
  --uct-color--bg--masthead--light: #0070a8;
  --uct-color--bg--masthead--dark: #005c8a;

  --uct-color--bg--masthead--mobile: #006699;
  --uct-color--bg--masthead--mobile--light: #0070a8;
  --uct-color--bg--masthead--mobile--dark: #005c8a;

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

  --uct-color--primary: #006699;
  --uct-color--primary--light: #0070a8;
  --uct-color--primary--dark: #005c8a;

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

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

  --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--bg--nav--hover: #005590;
  --uct-color--bg--nav--hover--light: #005e9e;
  --uct-color--bg--nav--hover--dark: #004d82;

  --uct-color--link: #0066aa;
  --uct-color--link--light: #0070bb;
  --uct-color--link--dark: #005c99;

  --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: #0099ff;
  --uct-color--bg--footer--menu--light: #00a8ff;
  --uct-color--bg--footer--menu--dark: #008ae6;

  --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;

  --uct-color--bg--component: #006699;
  --uct-color--bg--component--light: #0070a8;
  --uct-color--bg--component--dark: #005c8a;

}

