/** 
 * @file 
 * Default styles for the 'The South African College of Music' (1345) 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_1345 
 */ 

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

  --uct-color--bg--component: #0798db;
  --uct-color--bg--component--light: #08a7f1;
  --uct-color--bg--component--dark: #0689c5;

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

