/** 
 * @file 
 * Default styles for the 'Mechanical Engineering' (120) 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_120 
 */ 

a {
  color: var(--rw-link-color);
}
body {
  --rw-primary-color: #516755;
  --rw-secondary-color: #516755;
  --rw-highlight-color: #475e4b;
  --rw-text-color: #010006;
  --rw-link-color: #527e5d;
}

