/* ITC Avant Garde Gothic Book — normal */
@font-face {
  font-family: "ITC Avant Garde Gothic Book";
  src:
    url("../fonts/ITCAvantGarde.woff") format("woff"),
    url("../fonts/ITCAvantGarde.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Map heavier weights to the same file so the editor doesn't fall back */
@font-face {
  font-family: "ITC Avant Garde Gothic Book";
  src:
    url("../fonts/ITCAvantGarde.woff") format("woff"),
    url("../fonts/ITCAvantGarde.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Book";
  src:
    url("../fonts/ITCAvantGarde.woff") format("woff"),
    url("../fonts/ITCAvantGarde.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.editor-styles-wrapper .is-root-container .has-montserrat-font-family { 
  font-family: var(--wp--preset--font-family--montserrat), Montserrat, sans-serif !important; 
}
