@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/ITCAvantGardeStd-MdObl.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-MdObl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    ascent-override: 90%;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
}