/** 
 * @file 
 * Default styles for the 'UCT Pharmacometrics' (827) 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_827 
 */ 

body {
  --uct-color--secondary: #5199e4;
  --uct-color--secondary--light: #59a8fb;
  --uct-color--secondary--dark: #498acd;

  --uct-color--primary: #374656;
  --uct-color--primary--light: #3d4d5f;
  --uct-color--primary--dark: #323f4d;

  --uct-color--highlight--hero: #fdfdfd;
  --uct-color--highlight--hero--light: #ffffff;
  --uct-color--highlight--hero--dark: #e4e4e4;

  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #374656;
  --uct-color--bg--nav--hover--light: #3d4d5f;
  --uct-color--bg--nav--hover--dark: #323f4d;

  --uct-color--link: #5199e4;
  --uct-color--link--light: #59a8fb;
  --uct-color--link--dark: #498acd;

  --uct-color--highlight: #5199e4;
  --uct-color--highlight--light: #59a8fb;
  --uct-color--highlight--dark: #498acd;

  --uct-color--bg--footer--menu: #1e1e1e;
  --uct-color--bg--footer--menu--light: #212121;
  --uct-color--bg--footer--menu--dark: #1b1b1b;

  --uct-color--bg--footer: #1e1e1e;
  --uct-color--bg--footer--light: #212121;
  --uct-color--bg--footer--dark: #1b1b1b;

  --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: #374656;
  --uct-color--bg--component--button--cta--light: #3d4d5f;
  --uct-color--bg--component--button--cta--dark: #323f4d;

  --uct-color--bg--component: #5199e4;
  --uct-color--bg--component--light: #59a8fb;
  --uct-color--bg--component--dark: #498acd;

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

