/** 
 * @file 
 * Default styles for the 'National Astrophysics and Space Science Programme' (1394) 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_1394 
 */ 

body {
  --uct-color--highlight--hero: #d7b3e4;
  --uct-color--highlight--hero--light: #edc5fb;
  --uct-color--highlight--hero--dark: #c2a1cd;

  --uct-color--bg--nav--hover: #d7b3e4;
  --uct-color--bg--nav--hover--light: #edc5fb;
  --uct-color--bg--nav--hover--dark: #c2a1cd;

  --uct-color--link: #6f517a;
  --uct-color--link--light: #7a5986;
  --uct-color--link--dark: #64496e;

  --uct-color--highlight: #d7b3e4;
  --uct-color--highlight--light: #edc5fb;
  --uct-color--highlight--dark: #c2a1cd;

}

