/** 
 * @file 
 * Default styles for the 'Faculty of Health Sciences' (18) 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_18 
 */ 

body {
  --uct-color--copy: #191919;
  --uct-color--copy--light: #1c1c1c;
  --uct-color--copy--dark: #171717;

  --uct-color--secondary: #d04d4d;
  --uct-color--secondary--light: #e55555;
  --uct-color--secondary--dark: #bb4545;

  --uct-color--primary: #bf1238;
  --uct-color--primary--light: #d2143e;
  --uct-color--primary--dark: #ac1032;

  --uct-color--link: #bf1238;
  --uct-color--link--light: #d2143e;
  --uct-color--link--dark: #ac1032;

  --uct-color--highlight: #6d0018;
  --uct-color--highlight--light: #78001a;
  --uct-color--highlight--dark: #620016;

  --uct-color--copy--component--link-cta: #ffffff;
  --uct-color--copy--component--link-cta--light: #ffffff;
  --uct-color--copy--component--link-cta--dark: #e6e6e6;

  --uct-color--bg--component--button--cta: #411818;
  --uct-color--bg--component--button--cta--light: #481a1a;
  --uct-color--bg--component--button--cta--dark: #3b1616;

}

