/** 
 * @file 
 * Default styles for the 'Learn Accounting' (1989) 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_1989 
 */ 

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

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

  --uct-color--secondary: #1d9dd9;
  --uct-color--secondary--light: #20adef;
  --uct-color--secondary--dark: #1a8dc3;

  --uct-color--primary: #333537;
  --uct-color--primary--light: #383a3d;
  --uct-color--primary--dark: #2e3032;

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

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

  --uct-color--bg--hero: #50a9e3;
  --uct-color--bg--hero--light: #58bafa;
  --uct-color--bg--hero--dark: #4898cc;

  --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: #00b3fb;
  --uct-color--bg--nav--hover--light: #00c5ff;
  --uct-color--bg--nav--hover--dark: #00a1e2;

  --uct-color--link: #1d9dd9;
  --uct-color--link--light: #20adef;
  --uct-color--link--dark: #1a8dc3;

  --uct-color--highlight: #1d9dd9;
  --uct-color--highlight--light: #20adef;
  --uct-color--highlight--dark: #1a8dc3;

  --uct-color--bg--footer--menu: #00b3ff;
  --uct-color--bg--footer--menu--light: #00c5ff;
  --uct-color--bg--footer--menu--dark: #00a1e6;

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

  --uct-color--bg--component: #333537;
  --uct-color--bg--component--light: #383a3d;
  --uct-color--bg--component--dark: #2e3032;

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

