body {
  font-family: "Segoe UI", sans-serif;
}

.btn-fusion {
  background-color: #e86a3e;
  border: none;
  color: #fff;
  font-weight: 500;
  transition: background 0.2s;
}

.btn-fusion:hover {
  background-color: #c2552f;
}

.btn-fusion:active,
.btn-fusion:focus,
.btn-fusion:focus-visible {
  background-color: #e86a3e !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar {
  background-color: #2b2b2b;
}

.navbar-brand {
  color: #e86a3e !important;
  font-weight: bold;
  font-size: 22px;
}

.nav-link {
  color: #f2f2f2 !important;
}

.nav-link:hover {
  color: #e86a3e !important;
}
