/** 
 * @file 
 * Default styles for the 'REEP' (687) 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_687 
 */ 

body {
  --uct-color--secondary: #444a4d;
  --uct-color--secondary--light: #4b5155;
  --uct-color--secondary--dark: #3d4345;

  --uct-color--primary: #00b0b9;
  --uct-color--primary--light: #00c2cc;
  --uct-color--primary--dark: #009ea7;

  --uct-color--highlight: #00b0b9;
  --uct-color--highlight--light: #00c2cc;
  --uct-color--highlight--dark: #009ea7;

  --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: #1e1e1e;
  --uct-color--bg--component--button--cta--light: #212121;
  --uct-color--bg--component--button--cta--dark: #1b1b1b;

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

