/** 
 * @file 
 * Default styles for the 'Department of Medicine' (127) 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_127 
 */ 

a {
  color: var(--rw-link-color);
}
body {
  --rw-primary-color: #bf1238;
  --rw-secondary-color: #d04d4d;
  --rw-highlight-color: #6d0018;
  --rw-text-color: #191919;
  --rw-link-color: #bf1238;
}

