/* Add custom CSS styles below */ 
.blog-index *:not(a),.blog-single *:not(a strong,a span) {
    color: #000;
}
.blog-single h2,.blog-single h2 strong{
font-size:30px;
font-weight:600;
color:#000;
}
.blog-single h3,.blog-single h3 strong{
font-size:25px;
font-weight:600;
color:#000;
}
.blog-single h4,.blog-single h4 strong{
font-size:20px;
font-weight:600;
color:#000;
}
.blog-single h5,.blog-single h5 strong{
font-size:18px;
font-weight:600;
color:#000;
}
.blog-single h6,.blog-single h64 strong{
font-size:15px;
font-weight:600;
color:#000;
}
.blog-single .text-primary,.blog-single .text-store-text-secondary {
    color: #01413e;
}