@font-face {
    font-family: 'NarkissBlock';
    src: local('NarkissBlock-Black'),
        url('//cdn.taboola.com/static/impl/ttf/NarkissBlock-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'NarkissBlock';
    src: local('NarkissBlock-Light'),
        url('//cdn.taboola.com/static/impl/ttf/NarkissBlock-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NarkissBlock';
    src: local('NarkissBlock-Bold'),
        url('//cdn.taboola.com/static/impl/ttf/NarkissBlock-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NarkissBlock';
    src: local('NarkissBlock-Medium'),
        url('//cdn.taboola.com/static/impl/ttf/NarkissBlock-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NarkissBlock';
    src: local('NarkissBlock-Regular'),
        url('//cdn.taboola.com/static/impl/ttf/NarkissBlock-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NarkissBlock';
    src: local('NarkissBlock-Semibold'),
        url('//cdn.taboola.com/static/impl/ttf/NarkissBlock-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}