  body {
    font-family: 'Poppins', sans-serif  !important;
}
  .hero-img {
    max-height: 300px;
    object-fit: contain;
  }
  .spec-table td, .spec-table th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
  }
  .text-shadow-sm {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}