@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNextW05-Medium.woff2') format('woff2'),
    url('fonts/AvenirNextW05-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNextW05-Demi.woff2') format('woff2'),
    url('fonts/AvenirNextW05-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNextW05-Bold.woff2') format('woff2'),
    url('fonts/AvenirNextW05-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('fonts/DidotLTW05-Italic.woff2') format('woff2'),
    url('fonts/DidotLTW05-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('fonts/DidotLTW05-Bold.woff2') format('woff2'),
    url('fonts/DidotLTW05-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

