@import url("https://fonts.googleapis.com/css2?family=Lato");/* for image caption */
.wp-caption-text {
  color: #8c919b;
  font-size: 16px;
  font-weight: 400;
  font-family: Lato;
}
/* only posts links underlining  */
body.single-post .entry-content a {
  text-decoration: underline;
}
/* for different text posts */
.entry h3 > tt {
  font-size: 16px;
  font-family: Lato !important;
  font-weight: 400;
}
.content-wrap h3 {
  font-size: 16px;
  font-family: Lato !important;
  font-weight: 400;
}
/* for different text posts */
.entry p > tt {
  font-size: 16px;
  font-family: Lato !important;
  font-weight: 400;
}
.entry-content-wrap p tt {
  font-size: 16px;
  font-family: Lato !important;
  font-weight: 400;
}
