/** 
 * @file 
 * Default styles for the 'Department of Pathology' (239) 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_239 
 */ 

body {
  --uct-color--secondary: #673030;
  --uct-color--secondary--light: #713535;
  --uct-color--secondary--dark: #5d2b2b;

  --uct-color--primary: #673030;
  --uct-color--primary--light: #713535;
  --uct-color--primary--dark: #5d2b2b;

}

