/*
@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%;
}
*/

@font-face {
     font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Book.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    ascent-override: 72%;
}

@font-face {
     font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    ascent-override: 72%;
}


@font-face {
    font-family: 'Didot LT Std Bold';
    src: url('../fonts/DidotLTStd-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
}

@font-face {
    font-family: 'Didot LT Std';
    src: url('../fonts/DidotLTStd-Headline.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
}

@font-face {
    font-family: 'Didot LT Std Italic';
    src: url('../fonts/DidotLTStd-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    ascent-override: 90%;
}

@font-face {
    font-family: 'Didot LT Std Roman';
    src: url('../fonts/DidotLTStd-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
}



