.lq-navbar {
  background-color: #6f42c1;
  color: white;
  font-family: "Oswald", sans-serif;
}

.lq-user-toggle {
  font-size: 1rem;
  color: #fff;
}

.lq-user-icon {
  margin-right: 8px;
  color: #fff;
}

.lq-login-label {
   font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 600;
}

.lq-footer {
  background-color: #6f42c1;
  color: white;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

.lq-footer-title {
  font: bold 90% monospace;
}

.lq-footer-text {
  font: normal 75% monospace;
}

.lq-footer-copy {
  font: bold 85% monospace;
}

.lq-footer-icon {
  font-size: 1.5rem;
}

.dropdown-item {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-weight: 500;
}

.nav-item1 {
  font-family: "Quicksand"", sans-serif;
  color: #fff;
  font-weight: 500;
}

/*
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/