/* IMPORTANT! this font is included in this way, because for some reason webpack ignore it*/

@font-face {
    font-family: 'UnfairStyileClean';
    src: url('UnfairStyile1Clean.eot');
    src: url('UnfairStyile1Clean.eot?#iefix') format('embedded-opentype'),
        url('UnfairStyile1Clean.woff2') format('woff2'),
        url('UnfairStyile1Clean.woff') format('woff'),
        url('UnfairStyile1Clean.ttf') format('truetype'),
        url('UnfairStyile1Clean.svg#UnfairStyile1Clean') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

