/* Global Raleway Font Family Override */
* {
  font-family: "Raleway", sans-serif !important;
}

body {
  font-family: "Raleway", sans-serif !important;
}

html {
  font-family: "Raleway", sans-serif !important;
}

p,
div,
span,
a,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif !important;
}

/* Override specific font-face rules */
@font-face {
  font-family: "HelveticaNeue-Medium";
  src: none;
}

@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: none;
}

@font-face {
  font-family: "AvenirLTStd-Light";
  src: none;
}

@font-face {
  font-family: "AvenirLTStd-Medium";
  src: none;
}

@font-face {
  font-family: "Cera Pro";
  src: none;
}

@font-face {
  font-family: "Helvetica Neue";
  src: none;
}
