/** 
 * @file 
 * Default styles for the 'Faculty of Humanities' (19) 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_19 
 */ 

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

  --uct-color--secondary: #85a7c6;
  --uct-color--secondary--light: #92b8da;
  --uct-color--secondary--dark: #7896b2;

  --uct-color--primary: #002479;
  --uct-color--primary--light: #002885;
  --uct-color--primary--dark: #00206d;

  --uct-color--highlight--hero: #ffffff;
  --uct-color--highlight--hero--light: #ffffff;
  --uct-color--highlight--hero--dark: #e6e6e6;

  --uct-color--link: #00237d;
  --uct-color--link--light: #00278a;
  --uct-color--link--dark: #002071;

  --uct-color--highlight: #729abd;
  --uct-color--highlight--light: #7da9d0;
  --uct-color--highlight--dark: #678baa;

}

