/** 
 * @file 
 * Default styles for the 'Postgraduate Hub' (24) 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_24 
 */ 

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

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

  --uct-color--primary: #0676d1;
  --uct-color--primary--light: #0782e6;
  --uct-color--primary--dark: #056abc;

  --uct-color--link: #1791ce;
  --uct-color--link--light: #19a0e3;
  --uct-color--link--dark: #1583b9;

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

}

