/* Custom Styles */
/* Custom Styles */
.btn {
  font-family: averta;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 9.5px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.25px;
  color: {{ settings.btn_text_color }};
  border: 2px solid {{ settings.btn_background_color }};
  border-radius: {{ settings.btn_border_radius }};
  background-color: {{ settings.btn_background_color }};
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-1613516824156 .hello-bar__text {
color: #ffffff;
font-size: 16px;
}

h1 {
font-family: "Font1", sans-serif;
line-height: .9;
}
.form-btn {
font-family: averta;
font-size: 18px;
font-weight: 700;
line-height: 1.5;
}
