/** 
 * @file 
 * Default styles for the 'COIN' (2293) 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_2293 
 */ 

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

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

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

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

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

  --uct-color--secondary: #3a85fe;
  --uct-color--secondary--light: #4092ff;
  --uct-color--secondary--dark: #3478e5;

  --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: #10104f;
  --uct-color--bg--button--secondary--light: #121257;
  --uct-color--bg--button--secondary--dark: #0e0e47;

  --uct-color--primary: #10104f;
  --uct-color--primary--light: #121257;
  --uct-color--primary--dark: #0e0e47;

  --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: #3a85fe;
  --uct-color--bg--button--primary--light: #4092ff;
  --uct-color--bg--button--primary--dark: #3478e5;

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

  --uct-color--highlight--hero: #00effe;
  --uct-color--highlight--hero--light: #00ffff;
  --uct-color--highlight--hero--dark: #00d7e5;

  --uct-color--bg--hero: #10104f;
  --uct-color--bg--hero--light: #121257;
  --uct-color--bg--hero--dark: #0e0e47;

  --uct-color--copy--primary--nav--hover: #10104f;
  --uct-color--copy--primary--nav--hover--light: #121257;
  --uct-color--copy--primary--nav--hover--dark: #0e0e47;

  --uct-color--bg--nav--hover: #00effe;
  --uct-color--bg--nav--hover--light: #00ffff;
  --uct-color--bg--nav--hover--dark: #00d7e5;

  --uct-color--link: #3a85fe;
  --uct-color--link--light: #4092ff;
  --uct-color--link--dark: #3478e5;

  --uct-color--highlight: #00effe;
  --uct-color--highlight--light: #00ffff;
  --uct-color--highlight--dark: #00d7e5;

  --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: #ffffff;
  --uct-color--copy--component--link-cta--light: #ffffff;
  --uct-color--copy--component--link-cta--dark: #e6e6e6;

  --uct-color--bg--component--button--cta: #3a85fe;
  --uct-color--bg--component--button--cta--light: #4092ff;
  --uct-color--bg--component--button--cta--dark: #3478e5;

  --uct-color--bg--component: #10104f;
  --uct-color--bg--component--light: #121257;
  --uct-color--bg--component--dark: #0e0e47;

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

