/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#002b49;
  --main-theme-secondary_color:#0081c6;
  --main-theme-tertiary_color:#9ecde8;
  --main-theme-link_color:#002b49;
  --main-theme-hover_color:#202188;
  --main-theme-background_color:#f5f5f5;
  --wp--preset--color--background:#f5f5f5;
  --main-theme-secondary_background_color:#0081C6;
  --main-theme-tertiary_background_color:#9ECDE8;
  --main-theme-h1_font_size:30px;
  --main-theme-h2_font_size:24px;
  --main-theme-h3_font_size:22px;
  --main-theme-h4_font_size:20px;
  --main-theme-h5_font_size:18px;
  --main-theme-h6_font_size:16px;
  
}
