/** 
 * @file 
 * Default styles for the 'Summer School' (183) 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_183 
 */ 

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

  --uct-color--copy: #010514;
  --uct-color--copy--light: #010616;
  --uct-color--copy--dark: #010512;

  --uct-color--secondary: #db8f8f;
  --uct-color--secondary--light: #f19d9d;
  --uct-color--secondary--dark: #c58181;

  --uct-color--primary: #6bcef6;
  --uct-color--primary--light: #76e3ff;
  --uct-color--primary--dark: #60b9dd;

  --uct-color--link: #0676d1;
  --uct-color--link--light: #0782e6;
  --uct-color--link--dark: #056abc;

  --uct-color--highlight: #d4e329;
  --uct-color--highlight--light: #e9fa2d;
  --uct-color--highlight--dark: #bfcc25;

}

