/** 
 * @file 
 * Default styles for the 'Graduate Gallery' (1856) 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_1856 
 */ 

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

  --uct-color--bg--masthead: #001132;
  --uct-color--bg--masthead--light: #001337;
  --uct-color--bg--masthead--dark: #000f2d;

  --uct-color--bg--masthead--mobile: #001132;
  --uct-color--bg--masthead--mobile--light: #001337;
  --uct-color--bg--masthead--mobile--dark: #000f2d;

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

  --uct-color--bg--hero: #00243a;
  --uct-color--bg--hero--light: #002840;
  --uct-color--bg--hero--dark: #002034;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/quote_0.svg");
}

