@font-face {
    font-family: 'Breve Display';
    src: url('Breve Display Italic.otf') format('otf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Breve Display';
    src: url('Breve Display') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Breve News';
    src: url('Breve News Book Italic.otf') format('otf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Breve News';
    src: url('Breve News Book.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}