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

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;

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #1e1e1e;
  --uct-color--bg--footer--menu--light: #212121;
  --uct-color--bg--footer--menu--dark: #1b1b1b;

  --uct-color--copy--footer--link: #ffffff;
  --uct-color--copy--footer--link--light: #ffffff;
  --uct-color--copy--footer--link--dark: #e6e6e6;

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

}

