/** 
 * @file 
 * Default styles for the 'Researcher Development Academy' (43) 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_43 
 */ 

body {
  --uct-color--copy: #333333;
  --uct-color--copy--light: #383838;
  --uct-color--copy--dark: #2e2e2e;

  --uct-color--secondary: #0f4470;
  --uct-color--secondary--light: #114b7b;
  --uct-color--secondary--dark: #0e3d65;

  --uct-color--primary: #009bda;
  --uct-color--primary--light: #00abf0;
  --uct-color--primary--dark: #008cc4;

  --uct-color--link: #009bdb;
  --uct-color--link--light: #00abf1;
  --uct-color--link--dark: #008cc5;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/slide-graphic_6.png");
}

