/** 
 * @file 
 * Default styles for the 'Perinatal Mental Health Project' (2053) 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_2053 
 */ 

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

  --uct-color--copy: #47123b;
  --uct-color--copy--light: #4e1441;
  --uct-color--copy--dark: #401035;

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

  --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: #ffffff;
  --uct-color--secondary--light: #ffffff;
  --uct-color--secondary--dark: #e6e6e6;

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

  --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: #ffffff;
  --uct-color--bg--hero--light: #ffffff;
  --uct-color--bg--hero--dark: #e6e6e6;

  --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: #bd6b88;
  --uct-color--bg--nav--hover--light: #d07696;
  --uct-color--bg--nav--hover--dark: #aa607a;

  --uct-color--highlight: #bd6b88;
  --uct-color--highlight--light: #d07696;
  --uct-color--highlight--dark: #aa607a;

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

  --uct-color--bg--footer--menu: #bd6b88;
  --uct-color--bg--footer--menu--light: #d07696;
  --uct-color--bg--footer--menu--dark: #aa607a;

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

  --uct-color--bg--footer: #bd6b88;
  --uct-color--bg--footer--light: #d07696;
  --uct-color--bg--footer--dark: #aa607a;

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

  --uct-color--bg--component: #ffffff;
  --uct-color--bg--component--light: #ffffff;
  --uct-color--bg--component--dark: #e6e6e6;

}

