/** 
 * @file 
 * Default styles for the 'African Foundational Learning Data Hub' (2236) 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_2236 
 */ 

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

  --uct-color--bg--masthead: #080056;
  --uct-color--bg--masthead--light: #09005f;
  --uct-color--bg--masthead--dark: #07004d;

  --uct-color--bg--masthead--mobile: #080056;
  --uct-color--bg--masthead--mobile--light: #09005f;
  --uct-color--bg--masthead--mobile--dark: #07004d;

  --uct-color--copy--button--secondary: #080056;
  --uct-color--copy--button--secondary--light: #09005f;
  --uct-color--copy--button--secondary--dark: #07004d;

  --uct-color--primary: #080056;
  --uct-color--primary--light: #09005f;
  --uct-color--primary--dark: #07004d;

  --uct-color--copy--button--primary: #080056;
  --uct-color--copy--button--primary--light: #09005f;
  --uct-color--copy--button--primary--dark: #07004d;

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

  --uct-color--bg--hero: #080056;
  --uct-color--bg--hero--light: #09005f;
  --uct-color--bg--hero--dark: #07004d;

  --uct-color--link: #1a3d5c;
  --uct-color--link--light: #1d4365;
  --uct-color--link--dark: #173753;

  --uct-color--highlight: #080056;
  --uct-color--highlight--light: #09005f;
  --uct-color--highlight--dark: #07004d;

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

  --uct-color--bg--footer--menu: #080056;
  --uct-color--bg--footer--menu--light: #09005f;
  --uct-color--bg--footer--menu--dark: #07004d;

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

  --uct-color--bg--footer: #080056;
  --uct-color--bg--footer--light: #09005f;
  --uct-color--bg--footer--dark: #07004d;

  --uct-color--copy--component--link-cta: #018499;
  --uct-color--copy--component--link-cta--light: #0191a8;
  --uct-color--copy--component--link-cta--dark: #01778a;

  --uct-color--bg--component: #6692ff;
  --uct-color--bg--component--light: #70a1ff;
  --uct-color--bg--component--dark: #5c83e6;

}

