@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ITC AvantGarde Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ITCAvantGardeGothicBook.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ITCAvantGardeGothicBook.woff') format('woff'), /* Modern Browsers */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ITC AvantGarde Gothic';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ITCAvantGardeGothicBookOblique.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ITCAvantGardeGothicBookOblique.woff') format('woff'), /* Modern Browsers */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ITC AvantGarde Gothic';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ITCAvantGardeGothicMedium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ITCAvantGardeGothicMedium.woff') format('woff'), /* Modern Browsers */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ITC AvantGarde Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ITCAvantGardeGothicBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ITCAvantGardeGothicBold.woff') format('woff'), /* Modern Browsers */
}