@import url("https://fonts.googleapis.com/css2?family=Open Sans:wght@400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Raleway" !important;
  /* overflow-wrap: break-word;
word-break: normal; */
}

@font-face {
  font-family: 'RobotoNumbers';
  src: local('Roboto');
  /* Range for 0-9 */
  unicode-range: U+30-39; 
}

input[type="number"] {
  font-family: 'Roboto', sans-serif;
}

.form-control:focus {
  box-shadow: none !important;
}

.succes_main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 10px;
  border: none !important; 
}

.succes_main .succes_Lottie {
  width: 90px;
  height: 90px;
}

/* .main .modal{
  backdrop-filter: brightness(2);
} */
