.article-body {
    text-align: justify;
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif;

}

body {
    font-family: 'Raleway', sans-serif;
}

.article-body em {
    color: #1a73e8;
    /* A soft purple or use any brand color */
    font-style: italic;
    font-weight: 500;
    font-family: Georgia, serif;
    /* Optional: use a classy serif font */
}


.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 1rem;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.article-body th,
.article-body td {
    padding: 1rem 1.25rem;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}

.article-body th {
    background-color: #f9fafb;
    font-weight: 600;
    color: #333;
    font-size: 1.05rem;
}

.article-body tr+tr {
    border-top: 1px solid #f0f0f0;
}

.article-body td:first-child {
    font-weight: 500;
    color: #444;
    white-space: nowrap;
}