@font-face {
  font-family: "DmSans", sans-serif;
  src: url("../fonts/DM_Sans/static/DMSans-Medium.ttf");
  font-weight: 100 700;
}
@font-face {
  font-family: "Playfair", serif;
  src: url("../fonts/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf");
  font-weight: 100 700;
}

.hero-section {
  background: linear-gradient(to bottom, #39064999, #2d063e99),
    url(../images/latest_news.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40dvh;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-top: 80px;
}
.news-title {
  font-size: 60px;
  font-weight: 700;
  font-family: "Playfair", serif;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text {
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DmSans", sans-serif;
}

.news-cards {
  padding: 4rem 0;
}

.cards {
  border-radius: 15px;
  transition: all 0.3s ease;
}

.cards:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.header-img img {
  width: 100%;
  height: 200px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.body-content {
  padding: 10px 10px;
}

.date {
  font-weight: 400;
  font-size: 12px;
  color: rgb(95, 82, 122);
  font-family: "DmSans", sans-serif;
}

.body-content h3 {
  font-size: 21px;
  font-weight: 600;
  color: rgb(31, 15, 61);
  font-family: "Playfair", serif;
  line-height: 28px;
}

.card-text {
  font-size: 14px;
  font-family: "DM sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: rgb(95, 82, 122);
  letter-spacing: 0.5px;
}

@media (max-width: 576px) {
  .header-img img {
    width: 100%;
  }

  .body-content {
    padding: 5px 5px;
  }

  .cards {
    margin: 0 0 15px 0;
  }

  .hero-text {
    font-size: 15px;
  }

  .news-title {
    font-size: 40px;
  }
  .body-content h3{
    font-size: 20px;
  }
}
