@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

@font-face {
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
}

* {
  font-family: 'Roboto', sans-serif;
}

.hover:hover {
  cursor: pointer !important;
}

.hover-bg-light:hover {
  background-color: rgb(248,249,250) !important;
}

.b2t {
  position: fixed !important;
  bottom: 21px;
  right: 21px;
  z-index: 99;
  opacity: 0.6;
  display: none;
}

.b2t:hover {
  background-color: #a9acc6;
}