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

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

