.blog-content {
    font-family: revert;
    font-size: revert;
    line-height: revert;
    color: revert;
}

.blog-content :where(h1, h2, h3, h4, h5, h6) {
    font-family: revert;
    font-weight: revert;
    letter-spacing: revert;
    line-height: revert;
}

.blog-content :where(p) {
    margin: 0 0 1em;
}

.blog-content :where(ul, ol) {
    list-style-position: outside;
    margin: 0.75em 0;
    padding-left: 1.5rem;
}

.blog-content :where(ul) {
    list-style-type: disc;
}

.blog-content :where(ol) {
    list-style-type: decimal;
}

.blog-content :where(li) {
    display: list-item;
    margin: 0.25em 0;
}

.blog-content :where(table) {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
}

.blog-content :where(img) {
    max-width: 100%;
    height: auto;
}
