.separate-containers .site-main {
    margin: 0;
}

.single-post article {
    background: #fff0eb;
}

.single-post .inside-article {
    background: none;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 16px;
}

h1.entry-title {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #212529;
}

h1.entry-title:lang(he) {
    font-family: "Varela Round", sans-serif;
    font-size: 30px;
}

header.entry-header {
    margin-bottom: 16px;
    font-family: 'Montserrat' , sans-serif;
}

header .entry-meta {
    font-size: 16px;
}

.featured-image img {
    object-fit: cover;
    width: 100%;
}

span.author.vcard {
    text-transform: capitalize;
    font-weight: 500;
}

.entry-content * {
    padding-right: 0;
    padding-left: 0;
}

.entry-content p {
    font-size: 18px;
    line-height: 1.7;
}

.entry-content p:lang(he) {
    font-size: 20px;
    line-height: 1.7;
}

@media (min-width: 768px) {
    h1.entry-title {
        font-size: 40px;
    }

    h1.entry-title:lang(he) {
        font-size: 46px;
    }
}