@font-face {
  font-family: 'Helvetica Bold';
  src: url('../fonts/helveticanowtext-bold-demo.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url('../fonts/helveticanowtext-bolditalic-demo.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica Black';
  src: url('../fonts/helveticanowtext-black-demo.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Helvetica Black';
  src: url('../fonts/helveticanowtext-blackitalic-demo.ttf');
  font-weight: 700;
  font-style: italic;
}

body,
html {
  padding: 0 !important;
  margin: 0 !important;
}
