/** 
 * @file 
 * Default styles for the 'LADUMA' (1226) 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_1226 
 */ 

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

  --uct-color--bg--masthead: #f67e00;
  --uct-color--bg--masthead--light: #ff8b00;
  --uct-color--bg--masthead--dark: #dd7100;

  --uct-color--bg--masthead--mobile: #f67e00;
  --uct-color--bg--masthead--mobile--light: #ff8b00;
  --uct-color--bg--masthead--mobile--dark: #dd7100;

  --uct-color--primary: #f67e00;
  --uct-color--primary--light: #ff8b00;
  --uct-color--primary--dark: #dd7100;

  --uct-color--copy--primary--nav--hover: #191919;
  --uct-color--copy--primary--nav--hover--light: #1c1c1c;
  --uct-color--copy--primary--nav--hover--dark: #171717;

  --uct-color--bg--nav--hover: #ffd05b;
  --uct-color--bg--nav--hover--light: #ffe564;
  --uct-color--bg--nav--hover--dark: #e6bb52;

}

