/** 
 * @file 
 * Default styles for the 'Gender, Health and Justice Research Unit' (554) 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_554 
 */ 

body {
  --uct-color--primary: #9abba1;
  --uct-color--primary--light: #a9ceb1;
  --uct-color--primary--dark: #8ba891;

  --uct-color--link: #1200ee;
  --uct-color--link--light: #1400ff;
  --uct-color--link--dark: #1000d6;

}

