/** 
 * @file 
 * Default styles for the 'Ethics Lab theme' (1977) 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_1977 
 */ 

body {
  --uct-color--secondary: #086a6b;
  --uct-color--secondary--light: #097576;
  --uct-color--secondary--dark: #075f60;

  --uct-color--primary: #086a6b;
  --uct-color--primary--light: #097576;
  --uct-color--primary--dark: #075f60;

  --uct-color--link: #20a171;
  --uct-color--link--light: #23b17c;
  --uct-color--link--dark: #1d9166;

  --uct-color--highlight: #36ba92;
  --uct-color--highlight--light: #3bcda1;
  --uct-color--highlight--dark: #31a783;

  --uct-color--bg--component--button--cta: #36ba92;
  --uct-color--bg--component--button--cta--light: #3bcda1;
  --uct-color--bg--component--button--cta--dark: #31a783;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/ethics-lab-slider-graphics-3.png");
}

