/** 
 * @file 
 * Default styles for the 'hattp' (1660) 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_1660 
 */ 

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

  --uct-color--bg--masthead: #5e9753;
  --uct-color--bg--masthead--light: #67a65b;
  --uct-color--bg--masthead--dark: #55884b;

  --uct-color--bg--masthead--mobile: #5e9753;
  --uct-color--bg--masthead--mobile--light: #67a65b;
  --uct-color--bg--masthead--mobile--dark: #55884b;

  --uct-color--secondary: #5e9753;
  --uct-color--secondary--light: #67a65b;
  --uct-color--secondary--dark: #55884b;

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

  --uct-color--highlight--hero: #5e9753;
  --uct-color--highlight--hero--light: #67a65b;
  --uct-color--highlight--hero--dark: #55884b;

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

  --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: #5e9753;
  --uct-color--bg--nav--hover--light: #67a65b;
  --uct-color--bg--nav--hover--dark: #55884b;

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

