@font-face {
  font-family: "Avenir";
  font-weight: 300;
  src: local("Avenir"), url(/fonts/AvenirNext-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-weight: 400;
  src: local("Avenir"), url(/fonts/AvenirNext-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-weight: 500;
  src: local("Avenir"), url(/fonts/AvenirNext-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-weight: 600;
  src: local("Avenir"), url(/fonts/AvenirNext-Bold.ttf) format("truetype");
}

* {
  font-family: "Avenir", sans-serif !important;
}
