@font-face {
  font-family: "JH Helvetica Neue";
  src: url("/fonts/HelveticaNeueRoman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JH Helvetica Neue";
  src: url("/fonts/HelveticaNeueItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "JH Helvetica Neue";
  src: url("/fonts/HelveticaNeueMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JH Helvetica Neue";
  src: url("/fonts/HelveticaNeueBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body,
.pane,
.view,
.modal,
.popup,
.item,
.item-content,
.tab-item,
.bar,
.bar .title,
button,
input,
select,
textarea {
  font-family: "JH Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}