/* Typography
--------------------------*/
:root {
  --main-theme-primary-color:#363636;
  --main-theme-secondary_color:#d7d4d4;
  --main-theme-tertiary_color:#b01e14;
  --main-theme-link_color:#cd382d;
  --main-theme-hover_color:#cd382d;
  --main-theme-background_color:#2e2e2e;
  --wp--preset--color--background:#2e2e2e;
  --main-theme-secondary_background_color:#30aade;
  --main-theme-tertiary_background_color:#757575;
  --main-theme-h1_font_size:30px;
  --main-theme-h2_font_size:24px;
  --main-theme-h3_font_size:22px;
  --main-theme-h4_font_size:18px;
  --main-theme-h5_font_size:15px;
  --main-theme-h6_font_size:12px;
  
}