/** 
 * @file 
 * Default styles for the 'Siyaphambili - Cloned' (1261) 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_1261 
 */ 

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

  --uct-color--bg--nav--hover: #afafaf;
  --uct-color--bg--nav--hover--light: #c1c1c1;
  --uct-color--bg--nav--hover--dark: #9e9e9e;

  --uct-color--highlight: #afafaf;
  --uct-color--highlight--light: #c1c1c1;
  --uct-color--highlight--dark: #9e9e9e;

  --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;

}

