/** 
 * @file 
 * Default styles for the 'HPALS' (1751) 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_1751 
 */ 

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

  --uct-color--bg--button--primary: #363f7e;
  --uct-color--bg--button--primary--light: #3b458b;
  --uct-color--bg--button--primary--dark: #313971;

  --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: #363f7e;
  --uct-color--bg--nav--hover--light: #3b458b;
  --uct-color--bg--nav--hover--dark: #313971;

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

  --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: #2a2d45;
  --uct-color--bg--component--button--cta--light: #2e324c;
  --uct-color--bg--component--button--cta--dark: #26293e;

  --uct-color--bg--component: #363f7e;
  --uct-color--bg--component--light: #3b458b;
  --uct-color--bg--component--dark: #313971;

}

