@font-face {
  font-family: 'Baskerville';
  src:
    url('Baskerville.woff2') format('woff2'),
    url("Baskerville.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPTCond-ExtraBold';
  src:
    url('FuturaPTCond-ExtraBold.woff2') format('woff2'),
    url("FuturaPTCond-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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