/** 
 * @file 
 * Default styles for the 'Department of Health Sciences Education' (750) 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_750 
 */ 

body {
  --uct-color--primary: #4a9daf;
  --uct-color--primary--light: #51adc1;
  --uct-color--primary--dark: #438d9e;

  --uct-color--link: #aa0b0b;
  --uct-color--link--light: #bb0c0c;
  --uct-color--link--dark: #990a0a;

  --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: #653b3b;
  --uct-color--bg--component--button--cta--light: #6f4141;
  --uct-color--bg--component--button--cta--dark: #5b3535;

  --uct-color--bg--component: #aa4242;
  --uct-color--bg--component--light: #bb4949;
  --uct-color--bg--component--dark: #993b3b;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/main_page_article_graphic-01.svg");
}

