/** 
 * @file 
 * Default styles for the 'Works of Art Collection' (1093) 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_1093 
 */ 

body {
  --uct-color--secondary: #4d4d4d;
  --uct-color--secondary--light: #555555;
  --uct-color--secondary--dark: #454545;

  --uct-color--primary: #171717;
  --uct-color--primary--light: #191919;
  --uct-color--primary--dark: #151515;

  --uct-color--copy--hero: #ffffff;
  --uct-color--copy--hero--light: #ffffff;
  --uct-color--copy--hero--dark: #e6e6e6;

  --uct-color--highlight--hero: #171717;
  --uct-color--highlight--hero--light: #191919;
  --uct-color--highlight--hero--dark: #151515;

  --uct-color--bg--hero: #4d4d4d;
  --uct-color--bg--hero--light: #555555;
  --uct-color--bg--hero--dark: #454545;

  --uct-color--copy--primary--nav--hover: #000000;
  --uct-color--copy--primary--nav--hover--light: #000000;
  --uct-color--copy--primary--nav--hover--dark: #000000;

  --uct-color--bg--nav--hover: #ffffff;
  --uct-color--bg--nav--hover--light: #ffffff;
  --uct-color--bg--nav--hover--dark: #e6e6e6;

  --uct-color--link: #45c6f3;
  --uct-color--link--light: #4cdaff;
  --uct-color--link--dark: #3eb2db;

  --uct-color--highlight: #171717;
  --uct-color--highlight--light: #191919;
  --uct-color--highlight--dark: #151515;

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #1e1e1e;
  --uct-color--bg--footer--menu--light: #212121;
  --uct-color--bg--footer--menu--dark: #1b1b1b;

  --uct-color--copy--footer--link: #ffffff;
  --uct-color--copy--footer--link--light: #ffffff;
  --uct-color--copy--footer--link--dark: #e6e6e6;

  --uct-color--bg--footer: #1e1e1e;
  --uct-color--bg--footer--light: #212121;
  --uct-color--bg--footer--dark: #1b1b1b;

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

  --uct-color--bg--component--button--cta: #0f0f0f;
  --uct-color--bg--component--button--cta--light: #111111;
  --uct-color--bg--component--button--cta--dark: #0e0e0e;

  --uct-color--bg--component: #1e1e1e;
  --uct-color--bg--component--light: #212121;
  --uct-color--bg--component--dark: #1b1b1b;

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

