/** 
 * @file 
 * Default styles for the 'Valuing Our Stories' (2088) 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_2088 
 */ 

body {
  --uct-color--primary: #1d3f58;
  --uct-color--primary--light: #204561;
  --uct-color--primary--dark: #1a394f;

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

  --uct-color--highlight--hero: #af2a3c;
  --uct-color--highlight--hero--light: #c12e42;
  --uct-color--highlight--hero--dark: #9e2636;

  --uct-color--bg--hero: #0a2338;
  --uct-color--bg--hero--light: #0b273e;
  --uct-color--bg--hero--dark: #092032;

  --uct-color--bg--component: #1d3f58;
  --uct-color--bg--component--light: #204561;
  --uct-color--bg--component--dark: #1a394f;

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

