/** 
 * @file 
 * Default styles for the 'Computer Security Incident Response Team' (57) 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_57 
 */ 

a {
  color: var(--rw-link-color);
}
body {
  --rw-primary-color: #570cf4;
  --rw-secondary-color: #50558b;
  --rw-link-color: #3942ba;
}

