/** 
 * @file 
 * Default styles for the 'Datafirst' (2090) 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_2090 
 */ 

body {
  --uct-color--copy--masthead: #ffffff;
  --uct-color--copy--masthead--light: #ffffff;
  --uct-color--copy--masthead--dark: #e6e6e6;

  --uct-color--bg--masthead: #007c92;
  --uct-color--bg--masthead--light: #0088a1;
  --uct-color--bg--masthead--dark: #007083;

  --uct-color--bg--masthead--mobile: #007c92;
  --uct-color--bg--masthead--mobile--light: #0088a1;
  --uct-color--bg--masthead--mobile--dark: #007083;

  --uct-color--secondary: #3b393b;
  --uct-color--secondary--light: #413f41;
  --uct-color--secondary--dark: #353335;

  --uct-color--primary: #6ea3b3;
  --uct-color--primary--light: #79b3c5;
  --uct-color--primary--dark: #6393a1;

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

  --uct-color--bg--hero: #66b4c1;
  --uct-color--bg--hero--light: #70c6d4;
  --uct-color--bg--hero--dark: #5ca2ae;

  --uct-color--link: #007c92;
  --uct-color--link--light: #0088a1;
  --uct-color--link--dark: #007083;

  --uct-color--highlight: #1a3d5c;
  --uct-color--highlight--light: #1d4365;
  --uct-color--highlight--dark: #173753;

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

  --uct-color--bg--footer--menu: #66b4c1;
  --uct-color--bg--footer--menu--light: #70c6d4;
  --uct-color--bg--footer--menu--dark: #5ca2ae;

  --uct-color--copy--footer--link: #000000;
  --uct-color--copy--footer--link--light: #000000;
  --uct-color--copy--footer--link--dark: #000000;

  --uct-color--bg--footer: #018499;
  --uct-color--bg--footer--light: #0191a8;
  --uct-color--bg--footer--dark: #01778a;

  --uct-color--copy--component--link-cta: #000000;
  --uct-color--copy--component--link-cta--light: #000000;
  --uct-color--copy--component--link-cta--dark: #000000;

  --uct-color--bg--component--button--cta: #ffffff;
  --uct-color--bg--component--button--cta--light: #ffffff;
  --uct-color--bg--component--button--cta--dark: #e6e6e6;

  --uct-color--bg--component: #66b4c1;
  --uct-color--bg--component--light: #70c6d4;
  --uct-color--bg--component--dark: #5ca2ae;

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

