/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#004ebe;
  --main-theme-secondary_color:#0062ee;
  --main-theme-tertiary_color:#f40009;
  --main-theme-link_color:#004ebe;
  --main-theme-hover_color:#202188;
  --main-theme-background_color:#f2f2f2;
  --wp--preset--color--background:#f2f2f2;
  --main-theme-secondary_background_color:#e7e7e7;
  --main-theme-tertiary_background_color:#bcbec0;
  --main-theme-h1_font_size:48px;
  --main-theme-h2_font_size:38px;
  --main-theme-h3_font_size:26px;
  --main-theme-h4_font_size:22px;
  --main-theme-h5_font_size:18px;
  --main-theme-h6_font_size:16px;
  
}
