html{
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}
body{
  min-height: 100vh;
  z-index: 1;
  background-color: #EEF4F7;
}
.telephone{
  font-weight:600
}




.noscroll {
  overflow: hidden;
}

.opacity{
	opacity: 1;
}

.opacity-drawer{
	opacity: 1;
}

.drawer-transition{
  right: 0px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Adjust the transparency as desired */
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
