/* ===========================================
   Natural Soft Cream Background Theme
   + Justified Text (All Content)
=========================================== */

/* ---------- BACKGROUND ---------- */
body,
.pkp_structure_page {
    background-color: #f9f6f0 !important;
    background-image: radial-gradient(#e5decf 0.75px, transparent 0.75px) !important;
    background-size: 16px 16px !important;
}

/* ---------- JUSTIFIED TEXT (ALL CONTENT) ---------- */
body,
p,
div,
li,
td,
th,
.pkp_structure_content,
.pkp_structure_main,
.page,
.description,
.abstract,
article {
    text-align: justify !important;
}
