Describe the bug
H1 headers in markdown bodies has its color property set to colors.primary.main.
Expected behavior
H1 headers in markdown bodies should have its color property set to colors.text.primary.
Screenshots

Additional context
Code from src/components/Markdown/styledelements.tsx confirms that H1 has its color property set to colors.primary.main while H2 has its color property set to colors.text.primary.