/** 
 * @file 
 * Default styles for the 'Regression-prd Beta Theme' (12) 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_12 
 */ 

a {
  color: var(--rw-link-color);
}
body {
  --rw-primary-color: #ed6a5a;
  --rw-secondary-color: #f4f1bb;
  --rw-highlight-color: #5ca4a9;
  --rw-background-color: #fee4f7;
}

