/** 
 * @file 
 * Default styles for the 'AI-Theme' (2160) 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_2160 
 */ 

body {
  --uct-color--bg: #fefefe;
  --uct-color--bg--light: #ffffff;
  --uct-color--bg--dark: #e5e5e5;

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

  --uct-color--bg--masthead: #fefefe;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #e5e5e5;

  --uct-color--secondary: #073049;
  --uct-color--secondary--light: #083550;
  --uct-color--secondary--dark: #062b42;

  --uct-color--copy--button--secondary: #fff;
  --uct-color--copy--button--secondary--light: #ff1100;
  --uct-color--copy--button--secondary--dark: #e60e00;

  --uct-color--bg--button--secondary: #073049;
  --uct-color--bg--button--secondary--light: #083550;
  --uct-color--bg--button--secondary--dark: #062b42;

  --uct-color--primary: #10618e;
  --uct-color--primary--light: #126b9c;
  --uct-color--primary--dark: #0e5780;

  --uct-color--copy--button--primary: #fff;
  --uct-color--copy--button--primary--light: #ff1100;
  --uct-color--copy--button--primary--dark: #e60e00;

  --uct-color--bg--button--primary: #10618e;
  --uct-color--bg--button--primary--light: #126b9c;
  --uct-color--bg--button--primary--dark: #0e5780;

  --uct-color--copy--hero: #fff;
  --uct-color--copy--hero--light: #ff1100;
  --uct-color--copy--hero--dark: #e60e00;

  --uct-color--highlight--hero: #10618e;
  --uct-color--highlight--hero--light: #126b9c;
  --uct-color--highlight--hero--dark: #0e5780;

  --uct-color--bg--hero: #073049;
  --uct-color--bg--hero--light: #083550;
  --uct-color--bg--hero--dark: #062b42;

  --uct-color--copy--primary--nav--hover: #fff;
  --uct-color--copy--primary--nav--hover--light: #ff1100;
  --uct-color--copy--primary--nav--hover--dark: #e60e00;

  --uct-color--bg--nav--hover: #073049;
  --uct-color--bg--nav--hover--light: #083550;
  --uct-color--bg--nav--hover--dark: #062b42;

  --uct-color--link: #10618e;
  --uct-color--link--light: #126b9c;
  --uct-color--link--dark: #0e5780;

  --uct-color--highlight: #10618e;
  --uct-color--highlight--light: #126b9c;
  --uct-color--highlight--dark: #0e5780;

  --uct-color--copy--footer: #fff;
  --uct-color--copy--footer--light: #ff1100;
  --uct-color--copy--footer--dark: #e60e00;

  --uct-color--bg--footer--menu: #073049;
  --uct-color--bg--footer--menu--light: #083550;
  --uct-color--bg--footer--menu--dark: #062b42;

  --uct-color--copy--footer--link: #fff;
  --uct-color--copy--footer--link--light: #ff1100;
  --uct-color--copy--footer--link--dark: #e60e00;

  --uct-color--bg--footer: #073049;
  --uct-color--bg--footer--light: #083550;
  --uct-color--bg--footer--dark: #062b42;

  --uct-color--copy--component: #fff;
  --uct-color--copy--component--light: #ff1100;
  --uct-color--copy--component--dark: #e60e00;

  --uct-color--copy--component--link-cta: #fff;
  --uct-color--copy--component--link-cta--light: #ff1100;
  --uct-color--copy--component--link-cta--dark: #e60e00;

  --uct-color--bg--component--button--cta: #10618e;
  --uct-color--bg--component--button--cta--light: #126b9c;
  --uct-color--bg--component--button--cta--dark: #0e5780;

  --uct-color--bg--component: #073049;
  --uct-color--bg--component--light: #083550;
  --uct-color--bg--component--dark: #062b42;

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

