/** 
 * @file 
 * Default styles for the 'Child Guidance Clinic' (1058) 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_1058 
 */ 

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

  --uct-color--bg--masthead: #cc0101;
  --uct-color--bg--masthead--light: #e00101;
  --uct-color--bg--masthead--dark: #b80101;

  --uct-color--bg--masthead--mobile: #cc0101;
  --uct-color--bg--masthead--mobile--light: #e00101;
  --uct-color--bg--masthead--mobile--dark: #b80101;

  --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: #870505;
  --uct-color--bg--hero--light: #950606;
  --uct-color--bg--hero--dark: #7a0505;

  --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: #870505;
  --uct-color--bg--nav--hover--light: #950606;
  --uct-color--bg--nav--hover--dark: #7a0505;

  --uct-color--highlight: #870505;
  --uct-color--highlight--light: #950606;
  --uct-color--highlight--dark: #7a0505;

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

}

