/** 
 * @file 
 * Default styles for the 'Structural Engineering & Mechanics Research Group' (1583) 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_1583 
 */ 

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

  --uct-color--bg--masthead: #73527d;
  --uct-color--bg--masthead--light: #7f5a8a;
  --uct-color--bg--masthead--dark: #684a71;

  --uct-color--bg--masthead--mobile: #73527d;
  --uct-color--bg--masthead--mobile--light: #7f5a8a;
  --uct-color--bg--masthead--mobile--dark: #684a71;

  --uct-color--primary: #73527d;
  --uct-color--primary--light: #7f5a8a;
  --uct-color--primary--dark: #684a71;

  --uct-color--copy--hero: #f8f8f8;
  --uct-color--copy--hero--light: #ffffff;
  --uct-color--copy--hero--dark: #dfdfdf;

  --uct-color--bg--hero: #73527d;
  --uct-color--bg--hero--light: #7f5a8a;
  --uct-color--bg--hero--dark: #684a71;

  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #000000;
  --uct-color--bg--nav--hover--light: #000000;
  --uct-color--bg--nav--hover--dark: #000000;

  --uct-color--link: #ab74bc;
  --uct-color--link--light: #bc80cf;
  --uct-color--link--dark: #9a68a9;

  --uct-color--highlight: #ab74bc;
  --uct-color--highlight--light: #bc80cf;
  --uct-color--highlight--dark: #9a68a9;

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

  --uct-color--bg--component: #73527d;
  --uct-color--bg--component--light: #7f5a8a;
  --uct-color--bg--component--dark: #684a71;

}

