/* Blog content images - no distortion */
h1,h2,h3,h4,h5,h6{
 font-family:"source_sans_proregular" !important;
}
body{
font-family:"graphik_regularregular";
}
.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    display: block;
}

/* Blog listing / card images - cropped 16:9 */
.card-img-top.blog-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-content p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.blog-content h2 {
    margin-top: 30px;
}
.blog-content-image{
height: auto;
    object-fit: cover;
    object-position: center;
width:100%;
}
p,td{
font-family:"graphik_regularregular" !important;
font-size:1rem;

}