/** 
 * @file 
 * Default styles for the 'Institute for Humanities in Africa' (1107) 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_1107 
 */ 

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

  --uct-color--secondary: #c21e54;
  --uct-color--secondary--light: #d5215c;
  --uct-color--secondary--dark: #af1b4c;

  --uct-color--primary: #a30134;
  --uct-color--primary--light: #b30139;
  --uct-color--primary--dark: #93012f;

  --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: #2f2f2f;
  --uct-color--bg--hero--light: #343434;
  --uct-color--bg--hero--dark: #2a2a2a;

  --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: #c21e54;
  --uct-color--bg--nav--hover--light: #d5215c;
  --uct-color--bg--nav--hover--dark: #af1b4c;

  --uct-color--link: #a30134;
  --uct-color--link--light: #b30139;
  --uct-color--link--dark: #93012f;

  --uct-color--highlight: #c21e54;
  --uct-color--highlight--light: #d5215c;
  --uct-color--highlight--dark: #af1b4c;

  --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: #000000;
  --uct-color--bg--component--button--cta--light: #000000;
  --uct-color--bg--component--button--cta--dark: #000000;

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

}

