/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#202188;
  --main-theme-secondary_color:#327136;
  --main-theme-tertiary_color:#f0ab2b;
  --main-theme-link_color:#327136;
  --main-theme-hover_color:#202188;
  --main-theme-background_color:#f2f0f0;
  --wp--preset--color--background:#f2f0f0;
  --main-theme-secondary_background_color:#f0ab2b;
  --main-theme-tertiary_background_color:#160b50;
  --main-theme-h1_font_size:40px;
  --main-theme-h2_font_size:32px;
  --main-theme-h3_font_size:24px;
  --main-theme-h4_font_size:18px;
  --main-theme-h5_font_size:16px;
  --main-theme-h6_font_size:16px;
  
}
