:root {
  --bs-body-font-family: 'Rubik', sans-serif;
}

.custom-list-style {
  list-style: none;
}

.custom-list-style li::before {
  content: "•";
  color: grey;
  font-weight: bold;
  display: inline-block;
  width: 15px;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none;
  outline: none;
  box-shadow: none;
}