<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 'International Hub' (26) 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_26 
 */ 

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

  --uct-color--secondary: #6d6d6d;
  --uct-color--secondary--light: #787878;
  --uct-color--secondary--dark: #626262;

  --uct-color--primary: #0285ba;
  --uct-color--primary--light: #0292cd;
  --uct-color--primary--dark: #0278a7;

  --uct-color--link: #0285ba;
  --uct-color--link--light: #0292cd;
  --uct-color--link--dark: #0278a7;

  --uct-color--highlight: #4ec4ff;
  --uct-color--highlight--light: #56d8ff;
  --uct-color--highlight--dark: #46b0e6;

}

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