/** 
 * @file 
 * Default styles for the 'UCT Sport theme - Cloned' (2144) 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_2144 
 */ 

body {
  --uct-color--bg--hero: #154f30;
  --uct-color--bg--hero--light: #175735;
  --uct-color--bg--hero--dark: #13472b;

  --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: #02043c;
  --uct-color--bg--nav--hover--light: #020442;
  --uct-color--bg--nav--hover--dark: #020436;

  --uct-color--bg--footer--menu: #154f30;
  --uct-color--bg--footer--menu--light: #175735;
  --uct-color--bg--footer--menu--dark: #13472b;

  --uct-color--bg--footer: #0f3923;
  --uct-color--bg--footer--light: #113f27;
  --uct-color--bg--footer--dark: #0e3320;

  --uct-color--bg--component: #02043c;
  --uct-color--bg--component--light: #020442;
  --uct-color--bg--component--dark: #020436;

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

