/** 
 * @file 
 * Default styles for the 'UCT Proton Therapy Initiative - Hayley V1' (2027) 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_2027 
 */ 

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

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

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

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

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

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

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

