/** 
 * @file 
 * Default styles for the 'Michaelis School of Fine Art' (197) 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_197 
 */ 

a {
  color: var(--rw-link-color);
}
body {
  --rw-primary-color: #ec5214;
  --rw-highlight-color: #ee7849;
  --rw-text-color: #000000;
  --rw-link-color: #ec5214;
}

