html,
body {
  font-family: "Red Hat Display", sans-serif;
}

label + input[type="checkbox"]:required {
  color: red;
}

.jobtek-required-fields {
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  font-weight: 500;
  margin: 15px 0;
}

.jobtek-required-fields__message {
  display: inline-block;
  margin-right: 8px;
  color: red;
  font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 600 !important;
}

.jobtek-cashback-notice {
  line-height: 24px;
  padding: 2px 8px;
  position: relative;
  top: -4px;
  font-size: 12px;
  display: inline-block;
  text-transform: none;
  background: #d4af37;
  color: #fff;
}
