/*FONT XOLONIUM*/

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

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