/** 
 * @file 
 * Default styles for the 'Historical Studies' (246) 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_246 
 */ 

body {
  --uct-color--secondary: #870000;
  --uct-color--secondary--light: #950000;
  --uct-color--secondary--dark: #7a0000;

  --uct-color--primary: #bf0000;
  --uct-color--primary--light: #d20000;
  --uct-color--primary--dark: #ac0000;

  --uct-color--link: #870000;
  --uct-color--link--light: #950000;
  --uct-color--link--dark: #7a0000;

}

