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

@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;
}

