/*FONTS LOADING*/
@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-Bk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-BkObl.otf") format("opentype");
  font-weight: 900;
  font-style: oblique;
}

@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-BoldObl.otf") format("opentype");
  font-weight: 700;
  font-style: oblique;
}

@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-DemiObl.otf") format("opentype");
  font-weight: 600;
  font-style: oblique;
}

@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-Md.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ITCAvantGarde";
  src: url("./assets/fonts/ITCAvantGardeStd-MdObl.otf") format("opentype");
  font-weight: 500;
  font-style: oblique;
}
