@font-face {
    font-family: "Avenir";
    src: url('AvenirLTStd-Book.woff2') format('woff2'),
        url('AvenirLTStd-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Avenir-Book";
    src: url('Avenir-Book.woff2') format('woff2'),
        url('Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Roman";
    src: url('Avenir-Roman.woff2') format('woff2'),
        url('Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url('Avenir-Medium.woff2') format('woff2'),
        url('Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url('Avenir-Heavy.woff2') format('woff2'),
        url('Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: "Avenir-oblique";
    src: url('Avenir-Oblique.woff2') format('woff2'),
        url('Avenir-Oblique.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Didot';
    src: url('Didot.woff2') format('woff2'),
        url('Didot.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Didot';
    src: url('Didot-HTF-B64-Bold.woff2') format('woff2'),
        url('Didot-HTF-B64-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'ItalianDidotNormal';
    src: url('ItalianDidotNormal.eot');
    src: url('ItalianDidotNormal.eot?#iefix') format('embedded-opentype'),
        url('ItalianDidotNormal.woff2') format('woff2'),
        url('ItalianDidotNormal.woff') format('woff'),
        url('ItalianDidotNormal.ttf') format('truetype'),
        url('ItalianDidotNormal.svg#ItalianDidotNormal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}