/** 
 * @file 
 * Default styles for the 'Purple theme' (2313) 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_2313 
 */ 

body {
  --uct-color--copy: #0f0f0f;
  --uct-color--copy--light: #111111;
  --uct-color--copy--dark: #0e0e0e;

  --uct-color--copy--hero: #ffffff;
  --uct-color--copy--hero--light: #ffffff;
  --uct-color--copy--hero--dark: #e6e6e6;

  --uct-color--bg--hero: #410577;
  --uct-color--bg--hero--light: #480683;
  --uct-color--bg--hero--dark: #3b056b;

  --uct-color--link: #7c24dc;
  --uct-color--link--light: #8828f2;
  --uct-color--link--dark: #7020c6;

  --uct-color--highlight: #975ca5;
  --uct-color--highlight--light: #a665b6;
  --uct-color--highlight--dark: #885395;

  --uct-color--copy--component: #ffffff;
  --uct-color--copy--component--light: #ffffff;
  --uct-color--copy--component--dark: #e6e6e6;

  --uct-color--bg--component: #410577;
  --uct-color--bg--component--light: #480683;
  --uct-color--bg--component--dark: #3b056b;

}

