/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#0f4c83;
  --main-theme-secondary_color:#726856;
  --main-theme-tertiary_color:#6f94b5;
  --main-theme-link_color:#0f4c83;
  --main-theme-hover_color:#0f4c83;
  --main-theme-background_color:#fbf4e4;
  --wp--preset--color--background:#fbf4e4;
  --main-theme-secondary_background_color:#fbf4e4;
  --main-theme-tertiary_background_color:#726856;
  --main-theme-h1_font_size:48px;
  --main-theme-h2_font_size:38px;
  --main-theme-h3_font_size:26px;
  --main-theme-h4_font_size:22px;
  --main-theme-h5_font_size:18px;
  --main-theme-h6_font_size:16px;
  
}
