h1 {
	color: #0db8e5 !important;
}
h2 {
	color: #6689f1 !important;
}
h3 {
	color: #a692eb !important;
}

.ProseMirror p.is-empty::before {
    color: #3b3b3b !important;
    font-style: italic;
}

:where([data-mantine-color-scheme=dark]) .ProseMirror :not(pre)>code {
    color: #b9a18a !important;
}
em {
	color: #73a9a6 !important;
}
[data-mantine-color-scheme=dark] .ProseMirror blockquote {
     color: #7f7c7c;
}
[data-mantine-color-scheme=dark] .ProseMirror {
    color: #c8c8c8;
}
strong {
    font-weight: 900 !important;
    color: white;
}
