/** 
 * @file 
 * Default styles for the 'Faculty of Science' (22) 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_22 
 */ 

body {
  --uct-color--copy: #000000;
  --uct-color--copy--light: #000000;
  --uct-color--copy--dark: #000000;

  --uct-color--secondary: #46166b;
  --uct-color--secondary--light: #4d1876;
  --uct-color--secondary--dark: #3f1460;

  --uct-color--primary: #46166b;
  --uct-color--primary--light: #4d1876;
  --uct-color--primary--dark: #3f1460;

  --uct-color--link: #46166b;
  --uct-color--link--light: #4d1876;
  --uct-color--link--dark: #3f1460;

  --uct-color--highlight: #333333;
  --uct-color--highlight--light: #383838;
  --uct-color--highlight--dark: #2e2e2e;

}

