@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('custom-font_bold.otf') format('otf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('custom-font.otf') format('otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('custom-font_bold.ttf') format('ttf');
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('custom-font.ttf') format('ttf');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('custom-font_bold.woff') format('woff');
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('custom-font.woff') format('woff');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('custom-font_bold.svg') format('svg');
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('custom-font.svg') format('svg');
  font-weight: 400;
  font-style: normal
}