/** 
 * @file 
 * Default styles for the 'Mineral Law in Africa theme' (1457) 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_1457 
 */ 

body {
  --uct-color--bg--masthead: #f3f0f1;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #dbd8d9;

  --uct-color--secondary: #677c55;
  --uct-color--secondary--light: #71885e;
  --uct-color--secondary--dark: #5d704d;

  --uct-color--primary: #965f5f;
  --uct-color--primary--light: #a56969;
  --uct-color--primary--dark: #875656;

  --uct-color--copy--hero: #000000;
  --uct-color--copy--hero--light: #000000;
  --uct-color--copy--hero--dark: #000000;

  --uct-color--highlight--hero: #3ebbc9;
  --uct-color--highlight--hero--light: #44cedd;
  --uct-color--highlight--hero--dark: #38a8b5;

  --uct-color--bg--hero: #fcc052;
  --uct-color--bg--hero--light: #ffd35a;
  --uct-color--bg--hero--dark: #e3ad4a;

  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #3b3b3b;
  --uct-color--bg--nav--hover--light: #414141;
  --uct-color--bg--nav--hover--dark: #353535;

  --uct-color--link: #4a79ab;
  --uct-color--link--light: #5185bc;
  --uct-color--link--dark: #436d9a;

  --uct-color--highlight: #dbab2e;
  --uct-color--highlight--light: #f1bc33;
  --uct-color--highlight--dark: #c59a29;

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

  --uct-color--bg--footer--menu: #4a79ab;
  --uct-color--bg--footer--menu--light: #5185bc;
  --uct-color--bg--footer--menu--dark: #436d9a;

  --uct-color--copy--footer--link: #070707;
  --uct-color--copy--footer--link--light: #080808;
  --uct-color--copy--footer--link--dark: #060606;

  --uct-color--bg--footer: #965f5f;
  --uct-color--bg--footer--light: #a56969;
  --uct-color--bg--footer--dark: #875656;

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

  --uct-color--bg--component: #677c55;
  --uct-color--bg--component--light: #71885e;
  --uct-color--bg--component--dark: #5d704d;

}

