/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#08164e;
  --main-theme-secondary_color:#24abe2;
  --main-theme-tertiary_color:#fac90e;
  --main-theme-link_color:#0e3ffa;
  --main-theme-hover_color:#08164e;
  --main-theme-background_color:#ffffff;
  --wp--preset--color--background:#ffffff;
  --main-theme-secondary_background_color:#eeeeee;
  --main-theme-tertiary_background_color:#08164e;
  --main-theme-h1_font_size:42px;
  --main-theme-h2_font_size:36px;
  --main-theme-h3_font_size:21px;
  --main-theme-h4_font_size:18px;
  --main-theme-h5_font_size:16px;
  --main-theme-h6_font_size:16px;
  
}
