/** 
 * @file 
 * Default styles for the 'Demo Module 18: Base-Theme-V001' (29) 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_29 
 */ 

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

  --uct-color--copy: #1e1e1e;
  --uct-color--copy--light: #212121;
  --uct-color--copy--dark: #1b1b1b;

  --uct-color--secondary: #838590;
  --uct-color--secondary--light: #90929e;
  --uct-color--secondary--dark: #767882;

  --uct-color--primary: #6a6a6a;
  --uct-color--primary--light: #757575;
  --uct-color--primary--dark: #5f5f5f;

  --uct-color--link: #474747;
  --uct-color--link--light: #4e4e4e;
  --uct-color--link--dark: #404040;

  --uct-color--highlight: #b6b6b6;
  --uct-color--highlight--light: #c8c8c8;
  --uct-color--highlight--dark: #a4a4a4;

}

