@font-face {
    font-family: 'Didot-italic';
    src: url('../fonts/didot/didot-italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Didot-regular';
    font-weight: 400;
    src: url('../fonts/didot/didot-regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Didot-bold';
    src: url('../fonts/didot/didot-bold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-regular';
    font-weight: 400;
    src: url('../fonts/Gotham/gotham-pro-regular.otf') format('opentype');
    font-display: swap;
}
