/** 
 * @file 
 * Default styles for the 'HARPS 2' (2188) 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_2188 
 */ 

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

  --uct-color--bg--masthead--mobile: #ffffff;
  --uct-color--bg--masthead--mobile--light: #ffffff;
  --uct-color--bg--masthead--mobile--dark: #e6e6e6;

  --uct-color--secondary: #0089af;
  --uct-color--secondary--light: #0097c1;
  --uct-color--secondary--dark: #007b9e;

  --uct-color--primary: #00405f;
  --uct-color--primary--light: #004669;
  --uct-color--primary--dark: #003a56;

  --uct-color--copy--primary--nav--hover: #68b5d0;
  --uct-color--copy--primary--nav--hover--light: #72c7e5;
  --uct-color--copy--primary--nav--hover--dark: #5ea3bb;

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

  --uct-color--bg--footer--menu: #000000;
  --uct-color--bg--footer--menu--light: #000000;
  --uct-color--bg--footer--menu--dark: #000000;

  --uct-color--bg--footer: #000000;
  --uct-color--bg--footer--light: #000000;
  --uct-color--bg--footer--dark: #000000;

}

