/** 
 * @file 
 * Default styles for the 'UCT Demo subsite theme' (666) 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_666 
 */ 

body {
  --uct-color--bg: #ffffff;
  --uct-color--bg--light: #ffffff;
  --uct-color--bg--dark: #e6e6e6;

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

  --uct-color--copy--masthead: #000443;
  --uct-color--copy--masthead--light: #00044a;
  --uct-color--copy--masthead--dark: #00043c;

  --uct-color--bg--masthead: #eaeaea;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #d3d3d3;

  --uct-color--secondary: #72808a;
  --uct-color--secondary--light: #7d8d98;
  --uct-color--secondary--dark: #67737c;

  --uct-color--bg--button--secondary: #445e60;
  --uct-color--bg--button--secondary--light: #4b676a;
  --uct-color--bg--button--secondary--dark: #3d5556;

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

  --uct-color--bg--button--primary: #005e43;
  --uct-color--bg--button--primary--light: #00674a;
  --uct-color--bg--button--primary--dark: #00553c;

  --uct-color--link: #0076d1;
  --uct-color--link--light: #0082e6;
  --uct-color--link--dark: #006abc;

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

  --uct-color--copy--footer: #0d1836;
  --uct-color--copy--footer--light: #0e1a3b;
  --uct-color--copy--footer--dark: #0c1631;

  --uct-color--bg--footer--menu: #445e60;
  --uct-color--bg--footer--menu--light: #4b676a;
  --uct-color--bg--footer--menu--dark: #3d5556;

  --uct-color--bg--footer: #e7e7e7;
  --uct-color--bg--footer--light: #fefefe;
  --uct-color--bg--footer--dark: #d0d0d0;

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

  --uct-color--bg--component: #27395e;
  --uct-color--bg--component--light: #2b3f67;
  --uct-color--bg--component--dark: #233355;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/main_page_article_graphic-03_0.svg");
}

