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

body {
  --uct-color--bg: #fee4f7;
  --uct-color--bg--light: #fffbff;
  --uct-color--bg--dark: #e5cdde;

  --uct-color--secondary: #f4f1bb;
  --uct-color--secondary--light: #ffffce;
  --uct-color--secondary--dark: #dcd9a8;

  --uct-color--primary: #ed6a5a;
  --uct-color--primary--light: #ff7563;
  --uct-color--primary--dark: #d55f51;

  --uct-color--highlight: #5ca4a9;
  --uct-color--highlight--light: #65b4ba;
  --uct-color--highlight--dark: #539498;

}

