/** 
 * @file 
 * Default styles for the 'Open Access' (36) 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_36 
 */ 

body {
  --uct-color--primary: #fc8330;
  --uct-color--primary--light: #ff9035;
  --uct-color--primary--dark: #e3762b;

  --uct-color--link: #fc8330;
  --uct-color--link--light: #ff9035;
  --uct-color--link--dark: #e3762b;

}

