/** 
 * @file 
 * Default styles for the 'IPA' (1961) 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_1961 
 */ 

body {
  --uct-color--secondary: #0097db;
  --uct-color--secondary--light: #00a6f1;
  --uct-color--secondary--dark: #0088c5;

  --uct-color--primary: #fd602c;
  --uct-color--primary--light: #ff6a30;
  --uct-color--primary--dark: #e45628;

  --uct-color--link: #003b68;
  --uct-color--link--light: #004172;
  --uct-color--link--dark: #00355e;

  --uct-color--highlight: #003b68;
  --uct-color--highlight--light: #004172;
  --uct-color--highlight--dark: #00355e;

  --uct-color--copy--footer--link: #fd602c;
  --uct-color--copy--footer--link--light: #ff6a30;
  --uct-color--copy--footer--link--dark: #e45628;

  --uct-color--bg--footer: #0098db;
  --uct-color--bg--footer--light: #00a7f1;
  --uct-color--bg--footer--dark: #0089c5;

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

