/** 
 * @file 
 * Default styles for the 'PEPT Cape Town' (1401) 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_1401 
 */ 

body {
  --uct-color--highlight--hero: #1e78b4;
  --uct-color--highlight--hero--light: #2184c6;
  --uct-color--highlight--hero--dark: #1b6ca2;

  --uct-color--bg--nav--hover: #1e78b4;
  --uct-color--bg--nav--hover--light: #2184c6;
  --uct-color--bg--nav--hover--dark: #1b6ca2;

  --uct-color--link: #1e78b4;
  --uct-color--link--light: #2184c6;
  --uct-color--link--dark: #1b6ca2;

  --uct-color--highlight: #1e78b4;
  --uct-color--highlight--light: #2184c6;
  --uct-color--highlight--dark: #1b6ca2;

}

