/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#2e2d2d;
  --main-theme-secondary_color:#142468;
  --main-theme-tertiary_color:#ffffff;
  --main-theme-link_color:#018943;
  --main-theme-hover_color:#00a651;
  --main-theme-background_color:#e7e7ea;
  --wp--preset--color--background:#e7e7ea;
  --main-theme-secondary_background_color:#e7e7ea;
  --main-theme-tertiary_background_color:#00a651;
  --main-theme-h1_font_size:75px;
  --main-theme-h2_font_size:40px;
  --main-theme-h3_font_size:30px;
  --main-theme-h4_font_size:22px;
  --main-theme-h5_font_size:20px;
  --main-theme-h6_font_size:16px;
  
}
