/** 
 * @file 
 * Default styles for the 'Computational Continuum Mechanics research group' (1359) 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_1359 
 */ 

body {
  --uct-color--bg--masthead: #fde9ba;
  --uct-color--bg--masthead--light: #ffffcd;
  --uct-color--bg--masthead--dark: #e4d2a7;

  --uct-color--bg--masthead--mobile: #fde9ba;
  --uct-color--bg--masthead--mobile--light: #ffffcd;
  --uct-color--bg--masthead--mobile--dark: #e4d2a7;

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

  --uct-color--highlight--hero: #ffffff;
  --uct-color--highlight--hero--light: #ffffff;
  --uct-color--highlight--hero--dark: #e6e6e6;

  --uct-color--bg--hero: #800000;
  --uct-color--bg--hero--light: #8d0000;
  --uct-color--bg--hero--dark: #730000;

  --uct-color--link: #800000;
  --uct-color--link--light: #8d0000;
  --uct-color--link--dark: #730000;

  --uct-color--highlight: #800000;
  --uct-color--highlight--light: #8d0000;
  --uct-color--highlight--dark: #730000;

}

