/** 
 * @file 
 * Default styles for the 'Psychiatry and Mental Health' (204) 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_204 
 */ 

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

  --uct-color--secondary: #d1dae4;
  --uct-color--secondary--light: #e6f0fb;
  --uct-color--secondary--dark: #bcc4cd;

  --uct-color--primary: #0090cf;
  --uct-color--primary--light: #009ee4;
  --uct-color--primary--dark: #0082ba;

  --uct-color--link: #006699;
  --uct-color--link--light: #0070a8;
  --uct-color--link--dark: #005c8a;

  --uct-color--highlight: #006699;
  --uct-color--highlight--light: #0070a8;
  --uct-color--highlight--dark: #005c8a;

}

