/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#4c4c4e;
  --main-theme-secondary_color:#1d3264;
  --main-theme-tertiary_color:#2bade7;
  --main-theme-link_color:#234188;
  --main-theme-hover_color:#234188;
  --main-theme-background_color:#f8f8f8;
  --wp--preset--color--background:#f8f8f8;
  --main-theme-secondary_background_color:#f0f0f0;
  --main-theme-tertiary_background_color:#e0e0e0;
  --main-theme-h1_font_size:40px;
  --main-theme-h2_font_size:32px;
  --main-theme-h3_font_size:24px;
  --main-theme-h4_font_size:20px;
  --main-theme-h5_font_size:18px;
  --main-theme-h6_font_size:16px;
  
}
