@font-face {
  font-family: 'HN';
  src: url('../font/HelveticaNeueLight.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HNM';
  src: url('../font/HelveticaNeueMedium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HNB';
  src: url('../font/HelveticaNeueBold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HNH';
  src: url('../font/HelveticaNeueHeavy.ttf');
  font-weight: 900;
  font-style: normal;
}