/** 
 * @file 
 * Default styles for the 'Clinical Research Centre' (1149) 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_1149 
 */ 

body {
  --uct-color--bg--masthead: #b4d91d;
  --uct-color--bg--masthead--light: #c6ef20;
  --uct-color--bg--masthead--dark: #a2c31a;

  --uct-color--secondary: #464646;
  --uct-color--secondary--light: #4d4d4d;
  --uct-color--secondary--dark: #3f3f3f;

  --uct-color--primary: #b4d91d;
  --uct-color--primary--light: #c6ef20;
  --uct-color--primary--dark: #a2c31a;

  --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: #2c2c2c;
  --uct-color--bg--hero--light: #303030;
  --uct-color--bg--hero--dark: #282828;

  --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: #008fff;
  --uct-color--bg--nav--hover--light: #009dff;
  --uct-color--bg--nav--hover--dark: #0081e6;

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

  --uct-color--highlight: #008fff;
  --uct-color--highlight--light: #009dff;
  --uct-color--highlight--dark: #0081e6;

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

  --uct-color--bg--footer--menu: #1e1e1e;
  --uct-color--bg--footer--menu--light: #212121;
  --uct-color--bg--footer--menu--dark: #1b1b1b;

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

  --uct-color--bg--footer: #1e1e1e;
  --uct-color--bg--footer--light: #212121;
  --uct-color--bg--footer--dark: #1b1b1b;

  --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: #0f0f0f;
  --uct-color--bg--component--button--cta--light: #111111;
  --uct-color--bg--component--button--cta--dark: #0e0e0e;

  --uct-color--bg--component: #464646;
  --uct-color--bg--component--light: #4d4d4d;
  --uct-color--bg--component--dark: #3f3f3f;

}

