@import url('../headings.css');

.markdown-body p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    margin-bottom: 0px !important;
}

.markdown-body {
    font-family: inherit !important;
}