/** 
 * @file 
 * Default styles for the 'Baxter Theatre Centre' (316) 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_316 
 */ 

body {
  --uct-color--copy: #434341;
  --uct-color--copy--light: #4a4a48;
  --uct-color--copy--dark: #3c3c3b;

  --uct-color--secondary: #1b878f;
  --uct-color--secondary--light: #1e959d;
  --uct-color--secondary--dark: #187a81;

  --uct-color--primary: #ee7203;
  --uct-color--primary--light: #ff7d03;
  --uct-color--primary--dark: #d66703;

  --uct-color--copy--button--primary: #ffffff;
  --uct-color--copy--button--primary--light: #ffffff;
  --uct-color--copy--button--primary--dark: #e6e6e6;

  --uct-color--bg--button--primary: #ee7203;
  --uct-color--bg--button--primary--light: #ff7d03;
  --uct-color--bg--button--primary--dark: #d66703;

  --uct-color--link: #ee7203;
  --uct-color--link--light: #ff7d03;
  --uct-color--link--dark: #d66703;

  --uct-color--highlight: #6d416c;
  --uct-color--highlight--light: #784877;
  --uct-color--highlight--dark: #623b61;

  --uct-color--copy--component--link-cta: #000000;
  --uct-color--copy--component--link-cta--light: #000000;
  --uct-color--copy--component--link-cta--dark: #000000;

  --uct-color--bg--component--button--cta: #dedede;
  --uct-color--bg--component--button--cta--light: #f4f4f4;
  --uct-color--bg--component--button--cta--dark: #c8c8c8;

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

