/* style.css – Custom styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

footer {
  font-size: 0.9rem;
}

.card-title {
  font-weight: bold;
}

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