body{
    font-family: 'Montserrat', sans-serif;
}
.blog__details__title h2 {
    font-family: 'Poppins', sans-serif;
}
.blog__details__text h1, .blog__details__text h2, .blog__details__text h3, .blog__details__text h4, .blog__details__text h5, .blog__sidebar h5 {
    font-family: 'Poppins', sans-serif;
}
.blog__details__text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #000000;
}
.blog__details__title ul li {
    color: #4c4c4c;
}
.h1, h1 {
  font-size: 2.5rem;
}
.h2, h2 {
  font-size: 2rem;
}
.h3, h3 {
  font-size: 1.75rem;
}
.h4, h4 {
  font-size:1.5rem
}
.h5, h5 {
  font-size:1.25rem
}
.h6, h6 {
  font-size:1rem
}
ul, ol {
  font-size: 20px;
}