/** 
 * @file 
 * Default styles for the 'GeJusta' (2185) 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_2185 
 */ 

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

  --uct-color--bg--masthead: #ffffff;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #e6e6e6;

  --uct-color--secondary: #ed7422;
  --uct-color--secondary--light: #ff8025;
  --uct-color--secondary--dark: #d5681f;

  --uct-color--copy--button--secondary: #ffffff;
  --uct-color--copy--button--secondary--light: #ffffff;
  --uct-color--copy--button--secondary--dark: #e6e6e6;

  --uct-color--bg--button--secondary: #00827b;
  --uct-color--bg--button--secondary--light: #008f87;
  --uct-color--bg--button--secondary--dark: #00756f;

  --uct-color--primary: #00827b;
  --uct-color--primary--light: #008f87;
  --uct-color--primary--dark: #00756f;

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

  --uct-color--bg--button--primary: #00827b;
  --uct-color--bg--button--primary--light: #008f87;
  --uct-color--bg--button--primary--dark: #00756f;

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

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

  --uct-color--bg--hero: #00827b;
  --uct-color--bg--hero--light: #008f87;
  --uct-color--bg--hero--dark: #00756f;

  --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: #00827b;
  --uct-color--bg--nav--hover--light: #008f87;
  --uct-color--bg--nav--hover--dark: #00756f;

  --uct-color--link: #ed7422;
  --uct-color--link--light: #ff8025;
  --uct-color--link--dark: #d5681f;

  --uct-color--highlight: #ffffff;
  --uct-color--highlight--light: #ffffff;
  --uct-color--highlight--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #00827b;
  --uct-color--bg--footer--menu--light: #008f87;
  --uct-color--bg--footer--menu--dark: #00756f;

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

  --uct-color--bg--footer: #ed7422;
  --uct-color--bg--footer--light: #ff8025;
  --uct-color--bg--footer--dark: #d5681f;

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

  --uct-color--bg--component: #ed7422;
  --uct-color--bg--component--light: #ff8025;
  --uct-color--bg--component--dark: #d5681f;

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

