/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#9a0b1e;
  --main-theme-secondary_color:#0000ff;
  --main-theme-tertiary_color:#151e24;
  --main-theme-link_color:#9a0b1e;
  --main-theme-hover_color:#9a0b1e;
  --main-theme-background_color:#e0e0e0;
  --wp--preset--color--background:#e0e0e0;
  --main-theme-secondary_background_color:#546270;
  --main-theme-tertiary_background_color:#cccccc;
  --main-theme-h1_font_size:40px;
  --main-theme-h2_font_size:36px;
  --main-theme-h3_font_size:28px;
  --main-theme-h4_font_size:24px;
  --main-theme-h5_font_size:21px;
  --main-theme-h6_font_size:16px;
  
}
