/** 
 * @file 
 * Default styles for the 'English Literary Studies' (330) 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_330 
 */ 

a {
  color: var(--rw-link-color);
}
body {
  --rw-primary-color: #337d78;
  --rw-secondary-color: #005c56;
}

