/** 
 * @file 
 * Default styles for the 'Centre for Minerals Research' (1597) 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_1597 
 */ 

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

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

  --uct-color--secondary: #064166;
  --uct-color--secondary--light: #074870;
  --uct-color--secondary--dark: #053b5c;

  --uct-color--primary: #064166;
  --uct-color--primary--light: #074870;
  --uct-color--primary--dark: #053b5c;

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

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

}

