/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#98b5cf;
  --main-theme-secondary_color:#005e7d;
  --main-theme-tertiary_color:#edf3f6;
  --main-theme-link_color:#005e7d;
  --main-theme-hover_color:#cbdae7;
  --main-theme-background_color:#98B5CF;
  --wp--preset--color--background:#98B5CF;
  --main-theme-secondary_background_color:#005e7d;
  --main-theme-tertiary_background_color:#EDF3F6;
  --main-theme-h1_font_size:55px;
  --main-theme-h2_font_size:30px;
  --main-theme-h3_font_size:24px;
  --main-theme-h4_font_size:18px;
  --main-theme-h5_font_size:16px;
  --main-theme-h6_font_size:16px;
  
}
