.iti {
  width: 100% !important;
}

.iti input {
  width: 100% !important;
  box-sizing: border-box;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("/assets/fonts/ITCAvantGarde-ExtraLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("/assets/fonts/ITCAvantGarde-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("/assets/fonts/ITCAvantGarde-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("/assets/fonts/ITCAvantGarde-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
