/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#557122;
  --main-theme-secondary_color:#829a2b;
  --main-theme-tertiary_color:#345719;
  --main-theme-link_color:#003c60;
  --main-theme-hover_color:#00689b;
  --main-theme-background_color:#e9e9e9;
  --wp--preset--color--background:#e9e9e9;
  --main-theme-secondary_background_color:#f6f3ee;
  --main-theme-tertiary_background_color:#9d948e;
  --main-theme-h1_font_size:46px;
  --main-theme-h2_font_size:38px;
  --main-theme-h3_font_size:28px;
  --main-theme-h4_font_size:21px;
  --main-theme-h5_font_size:18px;
  --main-theme-h6_font_size:16px;
  
}
