:root {
  --font-heading-family: Georgia, 'Times New Roman', serif;
  --font-heading-style: normal;
  --font-heading-weight: 700;
}

#MainContent :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h0,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6
) {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-style: normal;
  font-weight: 700 !important;
}
