/** 
 * @file 
 * Default styles for the 'Commerce-apc' (2038) 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_2038 
 */ 

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

  --uct-color--bg--button--secondary: #2b63be;
  --uct-color--bg--button--secondary--light: #2f6dd1;
  --uct-color--bg--button--secondary--dark: #2759ab;

  --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: #2b63be;
  --uct-color--bg--button--primary--light: #2f6dd1;
  --uct-color--bg--button--primary--dark: #2759ab;

}

