/** 
 * @file 
 * Default styles for the 'Embedded Smart Sensors Engineering Group' (1366) 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_1366 
 */ 

body {
  --uct-color--copy--masthead: #ffffff;
  --uct-color--copy--masthead--light: #ffffff;
  --uct-color--copy--masthead--dark: #e6e6e6;

  --uct-color--bg--masthead: #006464;
  --uct-color--bg--masthead--light: #006e6e;
  --uct-color--bg--masthead--dark: #005a5a;

  --uct-color--bg--masthead--mobile: #006464;
  --uct-color--bg--masthead--mobile--light: #006e6e;
  --uct-color--bg--masthead--mobile--dark: #005a5a;

  --uct-color--primary: #006464;
  --uct-color--primary--light: #006e6e;
  --uct-color--primary--dark: #005a5a;

  --uct-color--link: #006464;
  --uct-color--link--light: #006e6e;
  --uct-color--link--dark: #005a5a;

  --uct-color--highlight: #006464;
  --uct-color--highlight--light: #006e6e;
  --uct-color--highlight--dark: #005a5a;

}

