/** 
 * @file 
 * Default styles for the 'Children's Institute' (449) 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_449 
 */ 

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

  --uct-color--copy: #000000;
  --uct-color--copy--light: #000000;
  --uct-color--copy--dark: #000000;

  --uct-color--primary: #1e2978;
  --uct-color--primary--light: #212d84;
  --uct-color--primary--dark: #1b256c;

}

