/* Custom styles for Inventory page - All Will Drive Motors */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* ===== BANNER TOPO: INVENTORY title - white + Bebas Neue ===== */
h1.pg-title,
h1.pg-title:hover,
h1.pg-title:focus,
h1.pg-title:active {
  font-family: 'Bebas Neue', sans-serif !important;
  color: #ffffff !important;
  letter-spacing: 2px;
}

/* ===== BANNER TOPO: CAR FINDER button - white + Bebas Neue ===== */
.btn.btn-primary.btn-accent,
.btn.btn-primary.btn-accent:hover,
.btn.btn-primary.btn-accent:focus,
.btn.btn-primary.btn-accent:active,
.btn.btn-primary.btn-accent:visited {
  font-family: 'Bebas Neue', sans-serif !important;
  color: #ffffff !important;
  letter-spacing: 2px;
}

/* ===== POPULAR MAKES / MODELS / BODYSTYLES - black text for visibility ===== */
.popular-vehicles-section-heading,
.popular-vehicles-section-heading:hover {
  color: #000000 !important;
}

.popular-vehicle-link,
.popular-vehicle-link:link,
.popular-vehicle-link:visited {
  color: #000000 !important;
}

.popular-vehicle-link:hover,
.popular-vehicle-link:focus,
.popular-vehicle-link:active {
  color: #333333 !important;
}
