/** 
 * @file 
 * Default styles for the 'EPIC' (1681) 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_1681 
 */ 

body {
  --uct-color--bg: #f5f5f5;
  --uct-color--bg--light: #ffffff;
  --uct-color--bg--dark: #dddddd;

  --uct-color--primary: #d17000;
  --uct-color--primary--light: #e67b00;
  --uct-color--primary--dark: #bc6500;

  --uct-color--bg--hero: #d17000;
  --uct-color--bg--hero--light: #e67b00;
  --uct-color--bg--hero--dark: #bc6500;

}

