

body,
p,
h1, h2, h3, h4, h5, h6,
.navbar, .footer, .pkp_page_index,
.obj_article_details, .page-header,
.description_text,
.article-details-abstract,
.abstract,
.article-summary-title,
.article-summary-title a {
    font-family: Arial, Helvetica, sans-serif !important;
}
body, p, h1, h2, h3, h4, h5, h6, 
li, td, th, a, span, div {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Apply Arial (or fallback fonts) to all paragraph text */
p {
    font-family: Arial, Helvetica, sans-serif !important;
}
h1 {font-size: 24px; font-family: Arial, Helvetica, sans-serif;/* You can adjust the size as needed */}
h2 {font-size: 22px;font-family: Arial, Helvetica, sans-serif; /* You can adjust the size as needed */}
h3 {font-size: 20px;font-family: Arial, Helvetica, sans-serif; /* You can adjust the size as needed */}
h1.page_title.article-full-title {font-size: 22px;color: black; font-family: Arial, Helvetica, sans-serif;/* Adjust the size as needed */}
.article-summary-title{font-family: Arial, Helvetica, sans-serif; color: black; }
.article-summary-title a {color: black }
.article-summary-title a:hover {text-decoration:underline;color:#1a1a1a }
.description_text{text-align: justify;font-family: Arial, Helvetica, sans-serif;}
.article-details-abstract{text-align: justify;font-family: Arial, Helvetica, sans-serif;}
.article-details-fulltitle {color: black;}
.abstract{text-align: justify; font-family: Arial, Helvetica, sans-serif;}
.p


