/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#0089d1;
  --main-theme-secondary_color:#d81c3f;
  --main-theme-tertiary_color:#090909;
  --main-theme-link_color:#202020;
  --main-theme-hover_color:#202020;
  --main-theme-background_color:#f7f7f7;
  --wp--preset--color--background:#f7f7f7;
  --main-theme-secondary_background_color:#ededed;
  --main-theme-tertiary_background_color:#dedede;
  --main-theme-h1_font_size:32px;
  --main-theme-h2_font_size:28px;
  --main-theme-h3_font_size:20px;
  --main-theme-h4_font_size:20px;
  --main-theme-h5_font_size:18px;
  --main-theme-h6_font_size:16px;
  
}
