/** 
 * @file 
 * Default styles for the 'School of IT' (260) 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_260 
 */ 

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

  --uct-color--secondary: #00243a;
  --uct-color--secondary--light: #002840;
  --uct-color--secondary--dark: #002034;

  --uct-color--primary: #72808a;
  --uct-color--primary--light: #7d8d98;
  --uct-color--primary--dark: #67737c;

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

  --uct-color--link: #f07115;
  --uct-color--link--light: #ff7c17;
  --uct-color--link--dark: #d86613;

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

}

