/** 
 * @file 
 * Default styles for the 'The Motherload Project - theme 2025' (2202) 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_2202 
 */ 

body {
  --uct-color--bg--masthead: #fcf9f4;
  --uct-color--bg--masthead--light: #ffffff;
  --uct-color--bg--masthead--dark: #e3e0dc;

  --uct-color--bg--masthead--mobile: #fcf9f4;
  --uct-color--bg--masthead--mobile--light: #ffffff;
  --uct-color--bg--masthead--mobile--dark: #e3e0dc;

  --uct-color--secondary: #c7830e;
  --uct-color--secondary--light: #db900f;
  --uct-color--secondary--dark: #b3760d;

  --uct-color--copy--button--secondary: #00243a;
  --uct-color--copy--button--secondary--light: #002840;
  --uct-color--copy--button--secondary--dark: #002034;

  --uct-color--bg--button--secondary: #fdfcf8;
  --uct-color--bg--button--secondary--light: #ffffff;
  --uct-color--bg--button--secondary--dark: #e4e3df;

  --uct-color--primary: #cf890f;
  --uct-color--primary--light: #e49711;
  --uct-color--primary--dark: #ba7b0e;

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

  --uct-color--link: #4197d6;
  --uct-color--link--light: #48a6eb;
  --uct-color--link--dark: #3b88c1;

  --uct-color--highlight: #d6a50f;
  --uct-color--highlight--light: #ebb611;
  --uct-color--highlight--dark: #c1950e;

  --uct-color--bg--component--button--cta: #333333;
  --uct-color--bg--component--button--cta--light: #383838;
  --uct-color--bg--component--button--cta--dark: #2e2e2e;

  --uct-color--bg--component: #be8531;
  --uct-color--bg--component--light: #d19236;
  --uct-color--bg--component--dark: #ab782c;

  --uct-media--bg--slide-detail: url("/sites/default/files/uct_ac_za/uct-motherload-project-slider-graphics-420x347-2025.png");
}

