/** 
 * @file 
 * Default styles for the 'ophthalmology' (1873) 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_1873 
 */ 

body {
  --uct-color--bg--hero: #0075af;
  --uct-color--bg--hero--light: #0081c1;
  --uct-color--bg--hero--dark: #00699e;

  --uct-color--bg--nav--hover: #0096d6;
  --uct-color--bg--nav--hover--light: #00a5eb;
  --uct-color--bg--nav--hover--dark: #0087c1;

  --uct-color--link: #52afcc;
  --uct-color--link--light: #5ac1e0;
  --uct-color--link--dark: #4a9eb8;

  --uct-color--bg--footer: #0075af;
  --uct-color--bg--footer--light: #0081c1;
  --uct-color--bg--footer--dark: #00699e;

}

