/** 
 * @file 
 * Default styles for the 'Sports Orthopaedic Service Theme' (1527) 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_1527 
 */ 

body {
  --uct-color--secondary: #005590;
  --uct-color--secondary--light: #005e9e;
  --uct-color--secondary--dark: #004d82;

  --uct-color--primary: #0099ff;
  --uct-color--primary--light: #00a8ff;
  --uct-color--primary--dark: #008ae6;

  --uct-color--link: #0099ff;
  --uct-color--link--light: #00a8ff;
  --uct-color--link--dark: #008ae6;

  --uct-color--highlight: #0099ff;
  --uct-color--highlight--light: #00a8ff;
  --uct-color--highlight--dark: #008ae6;

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

  --uct-color--bg--footer: #0099ff;
  --uct-color--bg--footer--light: #00a8ff;
  --uct-color--bg--footer--dark: #008ae6;

}

