@font-face {
    font-family: 'New Elegance';
    src: url('the_new_elegance-webfont.woff2') format('woff2'),
         url('the_new_elegance-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'New Elegance';
    src: url('the_new_elegance_italic-webfont.woff2') format('woff2'),
         url('the_new_elegance_italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}