@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700;
}

p, a, span, label {
  font-family: 'Helvetica-Neue', Arial, sans-serif !important;
}

p, a, label {
  font-weight: 400;
}

.primaryBG {
  background: #f01e29;
}

.primaryBorder {
  border-color: #f01e29;
}

.primaryText {
  color: #f01e29;
}

.primaryFont {
  font-family: 'Helvetica-Neue', Arial, sans-serif !important;
  font-weight: 400;
}


.primaryOffsetBG {
  background: #d11417;
}

.primaryOffsetText {
  color: #d11417;
}

.form-submit:hover, .textButton:hover {
  border-color: #f01e29 !important;
  color: #f01e29 !important;
}
.button-primary {
  margin-top: 10px;
  border: 1px solid #f01e29;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  background: #f01e29;
  font-weight: 700;
}
