/** 
 * @file 
 * Default styles for the 'Case Writing Centre' (491) 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_491 
 */ 

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: #0798db;
  --uct-color--secondary--light: #08a7f1;
  --uct-color--secondary--dark: #0689c5;

  --uct-color--primary: #0798db;
  --uct-color--primary--light: #08a7f1;
  --uct-color--primary--dark: #0689c5;

  --uct-color--link: #0798db;
  --uct-color--link--light: #08a7f1;
  --uct-color--link--dark: #0689c5;

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

}

