/* Keep title typography consistent across page and card appearances. */
.app-viewport .hero .hero-title,
.app-viewport .hero .hero-title-left,
.app-viewport .case-detail .detail-title {
  font-weight: 400;
}

.app-viewport .case-detail .detail-category {
  font-size: 18px;
}

.app-viewport .header .nav-menu .nav-item {
  font-size: 16px;
}

@media (max-width: 768px) {
  .app-viewport .header .nav-menu .nav-item {
    font-size: 14px;
  }
}
