/** 
 * @file 
 * Default styles for the 'Archive and Public Culture' (1688) 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_1688 
 */ 

body {
  --uct-color--bg: #dce1dc;
  --uct-color--bg--light: #f2f8f2;
  --uct-color--bg--dark: #c6cbc6;

  --uct-color--bg--masthead: #dce1dc;
  --uct-color--bg--masthead--light: #f2f8f2;
  --uct-color--bg--masthead--dark: #c6cbc6;

  --uct-color--bg--masthead--mobile: #dce1dc;
  --uct-color--bg--masthead--mobile--light: #f2f8f2;
  --uct-color--bg--masthead--mobile--dark: #c6cbc6;

  --uct-color--primary: #446e78;
  --uct-color--primary--light: #4b7984;
  --uct-color--primary--dark: #3d636c;

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

  --uct-color--highlight--hero: #e84445;
  --uct-color--highlight--hero--light: #ff4b4c;
  --uct-color--highlight--hero--dark: #d13d3e;

  --uct-color--bg--hero: #446e78;
  --uct-color--bg--hero--light: #4b7984;
  --uct-color--bg--hero--dark: #3d636c;

  --uct-color--copy--primary--nav--hover: #000000;
  --uct-color--copy--primary--nav--hover--light: #000000;
  --uct-color--copy--primary--nav--hover--dark: #000000;

  --uct-color--bg--nav--hover: #ffffff;
  --uct-color--bg--nav--hover--light: #ffffff;
  --uct-color--bg--nav--hover--dark: #e6e6e6;

  --uct-color--highlight: #446e78;
  --uct-color--highlight--light: #4b7984;
  --uct-color--highlight--dark: #3d636c;

}

