<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 'Conference Management Centre' (1065) 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_1065 
 */ 

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

  --uct-color--bg--masthead: #1c1c1c;
  --uct-color--bg--masthead--light: #1f1f1f;
  --uct-color--bg--masthead--dark: #191919;

  --uct-color--bg--masthead--mobile: #1c1c1c;
  --uct-color--bg--masthead--mobile--light: #1f1f1f;
  --uct-color--bg--masthead--mobile--dark: #191919;

  --uct-color--secondary: #262626;
  --uct-color--secondary--light: #2a2a2a;
  --uct-color--secondary--dark: #222222;

  --uct-color--primary: #1a1a1a;
  --uct-color--primary--light: #1d1d1d;
  --uct-color--primary--dark: #171717;

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

  --uct-color--highlight--hero: #1397d5;
  --uct-color--highlight--hero--light: #15a6ea;
  --uct-color--highlight--hero--dark: #1188c0;

  --uct-color--bg--hero: #3b3b3b;
  --uct-color--bg--hero--light: #414141;
  --uct-color--bg--hero--dark: #353535;

  --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--bg--nav--hover: #262626;
  --uct-color--bg--nav--hover--light: #2a2a2a;
  --uct-color--bg--nav--hover--dark: #222222;

  --uct-color--link: #2288aa;
  --uct-color--link--light: #2596bb;
  --uct-color--link--dark: #1f7a99;

  --uct-color--highlight: #1397d5;
  --uct-color--highlight--light: #15a6ea;
  --uct-color--highlight--dark: #1188c0;

  --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;

}

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