
body {
  font-family: 'Montserrat', sans-serif;
}
.hero {
  background: url('https://via.placeholder.com/1600x600?text=Electronics+Warehouse') center/cover no-repeat;
  height: 60vh;
}
.about-us, .brands, .featured-products {
  color: #333;
}
.bg-primary {
  background-color: #004080 !important;
}
.btn-secondary {
  background-color: #e67e22;
  border: none;
}
.btn-secondary:hover {
  background-color: #cf711c;
}
