body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  --mantine-font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #f7f7f5;
  color: #242D3D;
}

a {
  color: rgb(34, 34, 34);
}
a:focus, a:active, a:hover {
  color: #3c3c3c;
}

.nav-link {
  color: rgb(34, 34, 34);
}
.nav-link:focus, .nav-link:active, .nav-link:hover {
  color: #3c3c3c;
}

.navbar-brand {
  font-size: 0;
  background: url("https://portal.erpappscdn.com/assets/80a122bb50ff5180e80f7698e93536af47249755/images/university-of-plym.svg") 14px center no-repeat;
  width: 160px;
  height: 27px;
  background-size: auto 90%;
}

.navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    border: none;
  }
}
.btn {
  padding: 6px 18px;
  border-radius: 0;
}

.btn-primary {
  color: white;
  background-color: #06c;
  border-color: #06c;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:disabled, .btn-primary.focus {
  color: white;
  background-color: rgb(34, 34, 34);
  border-color: rgb(34, 34, 34);
}

.btn-outline-primary {
  color: #06c;
  background-color: transparent;
  border-color: #06c;
}
.btn-outline-primary:focus, .btn-outline-primary:hover, .btn-outline-primary:disabled, .btn-outline-primary.focus {
  color: rgb(34, 34, 34);
  background-color: transparent;
  border-color: rgb(34, 34, 34);
}

.non-production-warning {
  background: rgb(34, 34, 34);
  color: white;
}
