
body {
  font-family: 'Oswald', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.navbar-brand img {
  height: 96px;
}

.navbar-brand span {
  font-size: 1.15rem;
}

.main-feature .main-badge {
  background-color: #FFCE1B;
  color: #000;
}

.main-feature h1 {
  font-weight: 700;
}

.article-card img {
  object-fit: cover;
  height: 200px;
}

.article-card .card-body {
  display: flex;
  flex-direction: column;
}

.section-heading .section-underline {
  width: 60px;
  height: 3px;
  background-color: #FFCE1B;
}

footer a {
  font-weight: 500;
}

.article-body p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.newsletter-card {
  border-left: 4px solid #FFCE1B;
}

@media (max-width: 767.98px) {
  .article-card img {
    height: 220px;
  }
}
