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

@font-face {
    font-family: 'Didot LT Std';
    src: url('DidotLTStd-Roman.woff2') format('woff2'),
        url('DidotLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('FuturaStd-Book.woff2') format('woff2'),
        url('FuturaStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}