/** 
 * @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--bg--masthead: #f5f3f1;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #dddbd9;

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

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

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/childrens-institute-slider-graphics.png");
}

