/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#fcf3de;
  --main-theme-secondary_color:#fffbf2;
  --main-theme-tertiary_color:#555582;
  --main-theme-link_color:#40408c;
  --main-theme-hover_color:#555582;
  --main-theme-background_color:#fcf3de;
  --wp--preset--color--background:#fcf3de;
  --main-theme-secondary_background_color:#fffbf2;
  --main-theme-tertiary_background_color:#555582;
  --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;
  
}
