/** 
 * @file 
 * Default styles for the 'UCT Geotechnical Engineering' (1415) 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_1415 
 */ 

body {
  --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: #10283d;
  --uct-color--bg--hero--light: #122c43;
  --uct-color--bg--hero--dark: #0e2437;

  --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: #10283d;
  --uct-color--bg--nav--hover--light: #122c43;
  --uct-color--bg--nav--hover--dark: #0e2437;

}

