@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;500;700&display=swap");

/* font family */
.f-f-roboto {
  font-family: "Roboto", sans-serif;
}

.f-f-bebas__neue {
  font-family: "Bebas Neue", sans-serif !important;
}

img {
  object-fit: contain;
}
.pointer {
  cursor: pointer;
}
/* Bootstrap Modification  */
.nav-link:hover {
  background-color: #ffd207c6;
  border-radius: 5px;
}
