.show_comments_single {
  display: none;
}

.post_meta_item.post_meta_comments.icon-comment-light {
  display: none;
}

.post_author_name {
  display: none;
}

.post_meta.post_meta_share {
  display: none;
}

/* Force Montserrat font globally */
body, body * {
    font-family: 'Montserrat', sans-serif !important;
}