/** 
 * @file 
 * Default styles for the 'IDEA Research Unit' (918) 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_918 
 */ 

body {
  --uct-color--copy: #1e1e1e;
  --uct-color--copy--light: #212121;
  --uct-color--copy--dark: #1b1b1b;

  --uct-color--bg--masthead: #eeeeee;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #d6d6d6;

  --uct-color--bg--masthead--mobile: #000000;
  --uct-color--bg--masthead--mobile--light: #000000;
  --uct-color--bg--masthead--mobile--dark: #000000;

  --uct-color--secondary: #1eb7eb;
  --uct-color--secondary--light: #21c9ff;
  --uct-color--secondary--dark: #1ba5d4;

  --uct-color--primary: #1a53a5;
  --uct-color--primary--light: #1d5bb6;
  --uct-color--primary--dark: #174b95;

  --uct-color--copy--hero: #000000;
  --uct-color--copy--hero--light: #000000;
  --uct-color--copy--hero--dark: #000000;

  --uct-color--highlight--hero: #f9be36;
  --uct-color--highlight--hero--light: #ffd13b;
  --uct-color--highlight--hero--dark: #e0ab31;

  --uct-color--bg--hero: #1eb7eb;
  --uct-color--bg--hero--light: #21c9ff;
  --uct-color--bg--hero--dark: #1ba5d4;

  --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: #1a53a5;
  --uct-color--bg--nav--hover--light: #1d5bb6;
  --uct-color--bg--nav--hover--dark: #174b95;

  --uct-color--highlight: #f9be36;
  --uct-color--highlight--light: #ffd13b;
  --uct-color--highlight--dark: #e0ab31;

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

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

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

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

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

  --uct-color--copy--component--link-cta: #2a2a2a;
  --uct-color--copy--component--link-cta--light: #2e2e2e;
  --uct-color--copy--component--link-cta--dark: #262626;

  --uct-color--bg--component--button--cta: #f9be36;
  --uct-color--bg--component--button--cta--light: #ffd13b;
  --uct-color--bg--component--button--cta--dark: #e0ab31;

  --uct-color--bg--component: #1a53a5;
  --uct-color--bg--component--light: #1d5bb6;
  --uct-color--bg--component--dark: #174b95;

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

