/* Justify only paragraph text, exclude headings */
.markdown-rendered p {
    text-align: justify;
}
