/** 
 * @file 
 * Default styles for the 'CSSR 2' (925) 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_925 
 */ 

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

  --uct-color--copy: #33333b;
  --uct-color--copy--light: #383841;
  --uct-color--copy--dark: #2e2e35;

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

  --uct-color--bg--masthead: #163b77;
  --uct-color--bg--masthead--light: #184183;
  --uct-color--bg--masthead--dark: #14356b;

  --uct-color--bg--masthead--mobile: #163b77;
  --uct-color--bg--masthead--mobile--light: #184183;
  --uct-color--bg--masthead--mobile--dark: #14356b;

  --uct-color--secondary: #163b77;
  --uct-color--secondary--light: #184183;
  --uct-color--secondary--dark: #14356b;

  --uct-color--copy--button--secondary: #163b77;
  --uct-color--copy--button--secondary--light: #184183;
  --uct-color--copy--button--secondary--dark: #14356b;

  --uct-color--bg--button--secondary: #c1cbda;
  --uct-color--bg--button--secondary--light: #d4dff0;
  --uct-color--bg--button--secondary--dark: #aeb7c4;

  --uct-color--primary: #163b77;
  --uct-color--primary--light: #184183;
  --uct-color--primary--dark: #14356b;

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

  --uct-color--bg--button--primary: #163b77;
  --uct-color--bg--button--primary--light: #184183;
  --uct-color--bg--button--primary--dark: #14356b;

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

  --uct-color--highlight--hero: #c6d0d7;
  --uct-color--highlight--hero--light: #dae5ed;
  --uct-color--highlight--hero--dark: #b2bbc2;

  --uct-color--bg--hero: #163b77;
  --uct-color--bg--hero--light: #184183;
  --uct-color--bg--hero--dark: #14356b;

  --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: #163b77;
  --uct-color--bg--nav--hover--light: #184183;
  --uct-color--bg--nav--hover--dark: #14356b;

  --uct-color--link: #163b77;
  --uct-color--link--light: #184183;
  --uct-color--link--dark: #14356b;

  --uct-color--highlight: #00123a;
  --uct-color--highlight--light: #001440;
  --uct-color--highlight--dark: #001034;

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

  --uct-color--copy--component--link-cta: #163b77;
  --uct-color--copy--component--link-cta--light: #184183;
  --uct-color--copy--component--link-cta--dark: #14356b;

  --uct-color--bg--component--button--cta: #163b77;
  --uct-color--bg--component--button--cta--light: #184183;
  --uct-color--bg--component--button--cta--dark: #14356b;

  --uct-color--bg--component: #163b77;
  --uct-color--bg--component--light: #184183;
  --uct-color--bg--component--dark: #14356b;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/transparent_motif_cssr-01_0.png");
}

