/** 
 * @file 
 * Default styles for the 'Vaccines for Africa Initiative' (967) 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_967 
 */ 

body {
  --uct-color--copy--primary--nav--hover: #f6f6f6;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #dddddd;

  --uct-color--bg--nav--hover: #c23f39;
  --uct-color--bg--nav--hover--light: #d5453f;
  --uct-color--bg--nav--hover--dark: #af3933;

  --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;

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

  --uct-color--bg--component--button--cta: #1e1e1e;
  --uct-color--bg--component--button--cta--light: #212121;
  --uct-color--bg--component--button--cta--dark: #1b1b1b;

  --uct-color--bg--component: #333333;
  --uct-color--bg--component--light: #383838;
  --uct-color--bg--component--dark: #2e2e2e;

}

