/** 
 * @file 
 * Default styles for the 'Research Contracts & Innovation' (519) 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_519 
 */ 

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

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

  --uct-color--secondary: #72808a;
  --uct-color--secondary--light: #7d8d98;
  --uct-color--secondary--dark: #67737c;

  --uct-color--primary: #6868ab;
  --uct-color--primary--light: #7272bc;
  --uct-color--primary--dark: #5e5e9a;

  --uct-color--link: #6868ab;
  --uct-color--link--light: #7272bc;
  --uct-color--link--dark: #5e5e9a;

  --uct-color--highlight: #6868ab;
  --uct-color--highlight--light: #7272bc;
  --uct-color--highlight--dark: #5e5e9a;

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

}

