/*
@font-face{
	font-family:'DaxRegular';
	src:url('fonts/DaxOffc.ttf') format('truetype');
}
@font-face{
	font-family:'DaxMedium';
	src:url('fonts/DaxOffc-Medium.ttf') format('truetype');
}
@font-face{
	font-family:'DaxBold';
	src:url('fonts/DaxOffc-Xbold.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'DaxRegular';
    src: url('fonts/DaxOffc.eot');
    src: url('fonts/DaxOffc.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxOffc.woff2') format('woff2'),
        url('fonts/DaxOffc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DaxMedium';
    src: url('fonts/DaxOffc-Medi.eot');
    src: url('fonts/DaxOffc-Medi.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxOffc-Medi.woff2') format('woff2'),
        url('fonts/DaxOffc-Medi.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DaxBold';
    src: url('fonts/DaxOffc-Xbold.eot');
    src: url('fonts/DaxOffc-Xbold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxOffc-Xbold.woff2') format('woff2'),
        url('fonts/DaxOffc-Xbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

