@font-face {
  font-family: "Univers LT Std 55";
  src: url("./fonts/UniversLTStd-Obl.woff2") format("woff2"),
    url("./fonts/UniversLTStd-Obl.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Univers LT Std 55";
  src: url("./fonts/UniversLTStd.woff2") format("woff2"),
    url("./fonts/UniversLTStd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univers LT Std 65";
  src: url("./fonts/UniversLTStd-BoldObl.woff2") format("woff2"),
    url("./fonts/UniversLTStd-BoldObl.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Univers LT Std 65";
  src: url("./fonts/UniversLTStd-Bold.woff2") format("woff2"),
    url("./fonts/UniversLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
