/** 
 * @file 
 * Default styles for the 'EMU ' (2187) 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_2187 
 */ 

body {
  --uct-color--secondary: #000000;
  --uct-color--secondary--light: #000000;
  --uct-color--secondary--dark: #000000;

  --uct-color--copy--button--secondary: #ffffff;
  --uct-color--copy--button--secondary--light: #ffffff;
  --uct-color--copy--button--secondary--dark: #e6e6e6;

  --uct-color--bg--button--secondary: #00a651;
  --uct-color--bg--button--secondary--light: #00b759;
  --uct-color--bg--button--secondary--dark: #009549;

  --uct-color--primary: #00a651;
  --uct-color--primary--light: #00b759;
  --uct-color--primary--dark: #009549;

  --uct-color--copy--button--primary: #ffffff;
  --uct-color--copy--button--primary--light: #ffffff;
  --uct-color--copy--button--primary--dark: #e6e6e6;

  --uct-color--bg--button--primary: #00a651;
  --uct-color--bg--button--primary--light: #00b759;
  --uct-color--bg--button--primary--dark: #009549;

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

  --uct-color--highlight--hero: #000000;
  --uct-color--highlight--hero--light: #000000;
  --uct-color--highlight--hero--dark: #000000;

  --uct-color--bg--hero: #00a651;
  --uct-color--bg--hero--light: #00b759;
  --uct-color--bg--hero--dark: #009549;

  --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: #00a651;
  --uct-color--bg--nav--hover--light: #00b759;
  --uct-color--bg--nav--hover--dark: #009549;

  --uct-color--highlight: #ffffff;
  --uct-color--highlight--light: #ffffff;
  --uct-color--highlight--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #00a651;
  --uct-color--bg--footer--menu--light: #00b759;
  --uct-color--bg--footer--menu--dark: #009549;

  --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: #000000;
  --uct-color--bg--component--button--cta--light: #000000;
  --uct-color--bg--component--button--cta--dark: #000000;

  --uct-color--bg--component: #00a651;
  --uct-color--bg--component--light: #00b759;
  --uct-color--bg--component--dark: #009549;

}

