@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/light/font.woff2") format("woff2"),
    url("../fonts/light/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/light-italic/font.woff2") format("woff2"),
    url("../fonts/light-italic/font.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/medium/font.woff2") format("woff2"),
    url("../fonts/medium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/medium-italic/font.woff2") format("woff2"),
    url("../fonts/medium-italic/font.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/bold/font.woff2") format("woff2"),
    url("../fonts/bold/font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/bold-italic/font.woff2") format("woff2"),
    url("../fonts/bold-italic/font.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
