@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  src: url("/fonts/Helvetica.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/Helvetica-Oblique.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 300;
  src: url("/fonts/Helvetica-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  src: url("/fonts/Helvetica-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-style: italic;
  src: url("/fonts/Helvetica-BoldOblique.ttf") format("truetype");
}
