<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 
 * @file 
 * Default styles for the 'Office for Inclusivity and Change' (799) 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_799 
 */ 

body {
  --uct-color--copy--hero: #000000;
  --uct-color--copy--hero--light: #000000;
  --uct-color--copy--hero--dark: #000000;

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

  --uct-color--bg--hero: #faac18;
  --uct-color--bg--hero--light: #ffbd1a;
  --uct-color--bg--hero--dark: #e19b16;

  --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: #faac18;
  --uct-color--bg--nav--hover--light: #ffbd1a;
  --uct-color--bg--nav--hover--dark: #e19b16;

  --uct-color--link: #d64040;
  --uct-color--link--light: #eb4646;
  --uct-color--link--dark: #c13a3a;

  --uct-color--highlight: #d64040;
  --uct-color--highlight--light: #eb4646;
  --uct-color--highlight--dark: #c13a3a;

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

  --uct-color--bg--footer--menu: #1d1d1d;
  --uct-color--bg--footer--menu--light: #202020;
  --uct-color--bg--footer--menu--dark: #1a1a1a;

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

  --uct-color--bg--footer: #1d1d1d;
  --uct-color--bg--footer--light: #202020;
  --uct-color--bg--footer--dark: #1a1a1a;

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

  --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: #424040;
  --uct-color--bg--component--button--cta--light: #494646;
  --uct-color--bg--component--button--cta--dark: #3b3a3a;

  --uct-color--bg--component: #bfd730;
  --uct-color--bg--component--light: #d2ed35;
  --uct-color--bg--component--dark: #acc22b;

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

</pre></body></html>