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

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

