/** 
 * @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 
 */ 

body {
  --uct-color--secondary: #50558b;
  --uct-color--secondary--light: #585e99;
  --uct-color--secondary--dark: #484d7d;

  --uct-color--primary: #570cf4;
  --uct-color--primary--light: #600dff;
  --uct-color--primary--dark: #4e0bdc;

  --uct-color--link: #3942ba;
  --uct-color--link--light: #3f49cd;
  --uct-color--link--dark: #333ba7;

}

