@font-face {
    font-family: "itc-avant-garde-gothic-pro";
    src: url('../fonts/ITCAvantGardePro-Bk.woff') format('woff'),
         url('../fonts/ITCAvantGardePro-Bk.otf') format('opentype');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "itc-avant-garde-gothic-pro";
    src: url('../fonts/ITCAvantGardePro-Md.woff') format('woff'),
         url('../fonts/ITCAvantGardePro-Md.otf') format('opentype');
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: "itc-avant-garde-gothic-pro";
    src: url('../fonts/ITCAvantGardePro-Bold.woff') format('woff'),
         url('../fonts/ITCAvantGardePro-Bold.otf') format('opentype');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}