/** 
 * @file 
 * Default styles for the 'CIDRI-Africa theme' (610) 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_610 
 */ 

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

  --uct-color--copy: #313233;
  --uct-color--copy--light: #363738;
  --uct-color--copy--dark: #2c2d2e;

  --uct-color--secondary: #464749;
  --uct-color--secondary--light: #4d4e50;
  --uct-color--secondary--dark: #3f4042;

  --uct-color--primary: #003170;
  --uct-color--primary--light: #00367b;
  --uct-color--primary--dark: #002c65;

  --uct-color--link: #003170;
  --uct-color--link--light: #00367b;
  --uct-color--link--dark: #002c65;

  --uct-color--highlight: #ff0f2d;
  --uct-color--highlight--light: #ff1132;
  --uct-color--highlight--dark: #e60e29;

}

