.blog-overview {
    .blog-card {
        /*h1, h2, h3, h4, h5, h6 {*/
        /*    font-family: "Poppins", serif;*/
        /*}*/

        h3 {
            letter-spacing: 0.05rem;
        }

        h4 {
            letter-spacing: 0.02rem;
        }
    }
}

.blogpost {
    .blog-header-section {
        /*h1, h2, h3, h4, h5, h6 {*/
        /*    font-family: "Poppins", serif;*/
        /*}*/
    }

    .ql-editor p {
        min-height: 23px;
    }
}
