@font-face {
    font-family: 'ABC Favorit Mono';
    src: url('fonts/ABCFavoritMono-Regular.woff2');
    src: local('ABCFavoritMono-Regular'),
        url('fonts/ABCFavoritMono-Regular.woff2') format('woff2'),
        url('fonts/ABCFavoritMono-Regular.woff') format('woff'),
        url('fonts/ABCFavoritMono-Regular.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
