/** 
 * @file 
 * Default styles for the 'UCT Libraries' (32) 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_32 
 */ 

body {
  --uct-color--copy: #393939;
  --uct-color--copy--light: #3f3f3f;
  --uct-color--copy--dark: #333333;

  --uct-color--secondary: #393939;
  --uct-color--secondary--light: #3f3f3f;
  --uct-color--secondary--dark: #333333;

  --uct-color--primary: #393939;
  --uct-color--primary--light: #3f3f3f;
  --uct-color--primary--dark: #333333;

  --uct-color--link: #0076d1;
  --uct-color--link--light: #0082e6;
  --uct-color--link--dark: #006abc;

  --uct-color--highlight: #0098db;
  --uct-color--highlight--light: #00a7f1;
  --uct-color--highlight--dark: #0089c5;

}

