/** 
 * @file 
 * Default styles for the 'Centre for Contemporary Islam' (589) 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_589 
 */ 

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

  --uct-color--primary: #ae9054;
  --uct-color--primary--light: #bf9e5c;
  --uct-color--primary--dark: #9d824c;

}

