/** 
 * @file 
 * Default styles for the 'Department of Integrative Biomedical Sciences' (113) 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_113 
 */ 

body {
  --uct-color--copy: #000000;
  --uct-color--copy--light: #000000;
  --uct-color--copy--dark: #000000;

  --uct-color--secondary: #bf9494;
  --uct-color--secondary--light: #d2a3a3;
  --uct-color--secondary--dark: #ac8585;

  --uct-color--primary: #000000;
  --uct-color--primary--light: #000000;
  --uct-color--primary--dark: #000000;

  --uct-color--link: #517bbf;
  --uct-color--link--light: #5987d2;
  --uct-color--link--dark: #496fac;

  --uct-color--highlight: #999999;
  --uct-color--highlight--light: #a8a8a8;
  --uct-color--highlight--dark: #8a8a8a;

}

