/** 
 * @file 
 * Default styles for the 'Klaus-Jürgen Bathe Leadership Programme' (1114) 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_1114 
 */ 

body {
  --uct-color--bg--masthead: #fffef5;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #e6e5dd;

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

  --uct-color--highlight--hero: #555342;
  --uct-color--highlight--hero--light: #5e5b49;
  --uct-color--highlight--hero--dark: #4d4b3b;

  --uct-color--bg--hero: #817d62;
  --uct-color--bg--hero--light: #8e8a6c;
  --uct-color--bg--hero--dark: #747158;

  --uct-color--highlight: #555342;
  --uct-color--highlight--light: #5e5b49;
  --uct-color--highlight--dark: #4d4b3b;

  --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: #555342;
  --uct-color--bg--component--button--cta--light: #5e5b49;
  --uct-color--bg--component--button--cta--dark: #4d4b3b;

  --uct-color--bg--component: #817d62;
  --uct-color--bg--component--light: #8e8a6c;
  --uct-color--bg--component--dark: #747158;

}

