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

.main-feature .lead {
  font-size: 1.05rem;
}

.section-heading {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 0.5rem;
}

.article-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08);
}

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