body {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000;
}

.blog-index-content {
  background-color: #fff;
  padding: 30px;
  height: 350px;
}

.blog-index-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 350px;
}

.blog-read-more {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}
