/** 
 * @file 
 * Default styles for the 'DMTCS Theme' (1436) 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_1436 
 */ 

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

  --uct-color--bg--masthead: #009bdb;
  --uct-color--bg--masthead--light: #00abf1;
  --uct-color--bg--masthead--dark: #008cc5;

  --uct-color--bg--masthead--mobile: #009bdb;
  --uct-color--bg--masthead--mobile--light: #00abf1;
  --uct-color--bg--masthead--mobile--dark: #008cc5;

  --uct-color--primary: #009bdb;
  --uct-color--primary--light: #00abf1;
  --uct-color--primary--dark: #008cc5;

  --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: #43454f;
  --uct-color--bg--nav--hover--light: #4a4c57;
  --uct-color--bg--nav--hover--dark: #3c3e47;

  --uct-color--link: #46166b;
  --uct-color--link--light: #4d1876;
  --uct-color--link--dark: #3f1460;

  --uct-color--highlight: #46166b;
  --uct-color--highlight--light: #4d1876;
  --uct-color--highlight--dark: #3f1460;

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

  --uct-color--bg--footer: #009bdb;
  --uct-color--bg--footer--light: #00abf1;
  --uct-color--bg--footer--dark: #008cc5;

  --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: #43454f;
  --uct-color--bg--component--button--cta--light: #4a4c57;
  --uct-color--bg--component--button--cta--dark: #3c3e47;

  --uct-color--bg--component: #009bdb;
  --uct-color--bg--component--light: #00abf1;
  --uct-color--bg--component--dark: #008cc5;

}

