/** 
 * @file 
 * Default styles for the 'CALP' (2425) 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_2425 
 */ 

body {
  --uct-color--bg--masthead: #d7e9f5;
  --uct-color--bg--masthead--light: #edffff;
  --uct-color--bg--masthead--dark: #c2d2dd;

  --uct-color--bg--masthead--mobile: #d7e9f5;
  --uct-color--bg--masthead--mobile--light: #edffff;
  --uct-color--bg--masthead--mobile--dark: #c2d2dd;

  --uct-color--bg--button--secondary: #8dc0e8;
  --uct-color--bg--button--secondary--light: #9bd3ff;
  --uct-color--bg--button--secondary--dark: #7fadd1;

  --uct-color--bg--button--primary: #094678;
  --uct-color--bg--button--primary--light: #0a4d84;
  --uct-color--bg--button--primary--dark: #083f6c;

  --uct-color--highlight--hero: #cfeaff;
  --uct-color--highlight--hero--light: #e4ffff;
  --uct-color--highlight--hero--dark: #bad3e6;

  --uct-color--bg--hero: #4984b4;
  --uct-color--bg--hero--light: #5091c6;
  --uct-color--bg--hero--dark: #4277a2;

  --uct-color--copy--component: #0b5482;
  --uct-color--copy--component--light: #0c5c8f;
  --uct-color--copy--component--dark: #0a4c75;

  --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: #094678;
  --uct-color--bg--component--button--cta--light: #0a4d84;
  --uct-color--bg--component--button--cta--dark: #083f6c;

  --uct-color--bg--component: #8dc0e8;
  --uct-color--bg--component--light: #9bd3ff;
  --uct-color--bg--component--dark: #7fadd1;

}

