/* Font fix for forms */
body,
input,
select,
textarea,
button,
label,
div,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir", sans-serif !important;
}

.font-ubuntu,
.font-ubuntu * {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400;
}

.font-ubuntu-bold,
.font-ubuntu-bold * {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 700;
}

.font-avenir-bold,
.font-avenir-bold * {
  font-family: "Avenir", sans-serif !important;
  font-weight: 700;
}

.font-avenir,
.font-avenir * {
  font-family: "Avenir", sans-serif !important;
  font-weight: normal;
}
