/** 
 * @file 
 * Default styles for the 'Lopi' (1569) 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_1569 
 */ 

body {
  --uct-color--bg: #19d2a7;
  --uct-color--bg--light: #1ce7b8;
  --uct-color--bg--dark: #17bd96;

  --uct-color--copy: #0e0101;
  --uct-color--copy--light: #0f0101;
  --uct-color--copy--dark: #0d0101;

  --uct-color--bg--masthead: #0ce2d5;
  --uct-color--bg--masthead--light: #0df9ea;
  --uct-color--bg--masthead--dark: #0bcbc0;

  --uct-color--bg--masthead--mobile: #e40c41;
  --uct-color--bg--masthead--mobile--light: #fb0d48;
  --uct-color--bg--masthead--mobile--dark: #cd0b3b;

  --uct-color--secondary: #3b3e3f;
  --uct-color--secondary--light: #414445;
  --uct-color--secondary--dark: #353839;

  --uct-color--primary: #565b5d;
  --uct-color--primary--light: #5f6466;
  --uct-color--primary--dark: #4d5254;

  --uct-color--link: #ea0933;
  --uct-color--link--light: #ff0a38;
  --uct-color--link--dark: #d3082e;

  --uct-color--highlight: #ea08cb;
  --uct-color--highlight--light: #ff09df;
  --uct-color--highlight--dark: #d307b7;

  --uct-color--copy--footer: #0f0e0e;
  --uct-color--copy--footer--light: #110f0f;
  --uct-color--copy--footer--dark: #0e0d0d;

  --uct-color--bg--footer: #0ce2d5;
  --uct-color--bg--footer--light: #0df9ea;
  --uct-color--bg--footer--dark: #0bcbc0;

}

