@font-face {
  font-family: 'Helvetica';
  src: url('/fonts/helvetica-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Beatle';
  src: url('/fonts/Beatle.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SCHABO-Condensed';
  src: url('/fonts/SCHABO-Condensed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers';
  src: url('/fonts/UniversLTStd.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers';
  src: url('/fonts/UniversLTStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers';
  src: url('/fonts/UniversLTStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('/fonts/UniversLTStd-Cn.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('/fonts/UniversLTStd-CnObl.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('/fonts/UniversLTStd-BoldCn.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('/fonts/UniversLTStd-BoldCnObl.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}