/** 
 * @file 
 * Default styles for the 'Department of Paediatrics and Child Health' (295) 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_295 
 */ 

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

  --uct-color--secondary: #00a594;
  --uct-color--secondary--light: #00b6a3;
  --uct-color--secondary--dark: #009585;

  --uct-color--primary: #09ccd0;
  --uct-color--primary--light: #0ae0e5;
  --uct-color--primary--dark: #08b8bb;

  --uct-color--link: #005590;
  --uct-color--link--light: #005e9e;
  --uct-color--link--dark: #004d82;

  --uct-color--highlight: #1384d9;
  --uct-color--highlight--light: #1591ef;
  --uct-color--highlight--dark: #1177c3;

}

