@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */


body {
  font-family: "Ubuntu", sans-serif !important;
}

.btn {
  border-radius: 100px;
  border: none;
  font-size: 16px;
  padding: 14px 30px;
}

.btn-primary {
  background-color: #3C9EFF;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #092161;
}
.btn-primary:focus {
  background-color: #092161;
}

.btn-secondary {
  background-color: #3C9EFF;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #092161;
}

.point {
  color: #3C9EFF;
}

h1 {
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.lead {
  color: #808285;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}