@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:wght@300;400;500;600;700;800&display=swap");

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", "sans-serif", "SourceSansPro-Light.otf" !important;
}

body a {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none !important;
}

/* Full scrollbar */
::-webkit-scrollbar {
  width: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8f0ff !important;
  border-radius: 10px !important;
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background: #ed2225 !important;
  border-radius: 10px !important;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
  background: #ed2225 !important;
}
