/** 
 * @file 
 * Default styles for the 'Melimetric_Theme_Jun2026_V2' (2391) 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_2391 
 */ 

body {
  --uct-color--copy: #1e1e1e;
  --uct-color--copy--light: #212121;
  --uct-color--copy--dark: #1b1b1b;

  --uct-color--secondary: #a4b867;
  --uct-color--secondary--light: #b4ca71;
  --uct-color--secondary--dark: #94a65d;

  --uct-color--primary: #425534;
  --uct-color--primary--light: #495e39;
  --uct-color--primary--dark: #3b4d2f;

  --uct-color--link: #89242b;
  --uct-color--link--light: #97282f;
  --uct-color--link--dark: #7b2027;

  --uct-color--highlight: #a4b867;
  --uct-color--highlight--light: #b4ca71;
  --uct-color--highlight--dark: #94a65d;

}

