/* Extra Light */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Extra-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Extra Light Condensed */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Extra-Light-Condensed.woff2") format("woff2");
  font-weight: 200;
  font-stretch: condensed;
  font-style: normal;
  font-display: swap;
}

/* Book */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Book Condensed */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Book-Condensed.woff2") format("woff2");
  font-weight: 400;
  font-stretch: condensed;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Condensed */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Medium-Condensed.woff2") format("woff2");
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  font-display: swap;
}

/* Demi */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Condensed */
@font-face {
  font-family: "AvantGarde";
  src: url("ITC-AvantGarde-Gothic-Std-Bold-Condensed.woff2") format("woff2");
  font-weight: 700;
  font-stretch: condensed;
  font-style: normal;
  font-display: swap;
}