@font-face {
    font-family: 'daxbold';
    src: url('../CSS/fonts/dax-bold-webfont.woff') format('woff'), url('../CSS/fonts/dax-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'daxmedium';
    src: url('../CSS/fonts/dax-medium-webfont.woff') format('woff'), url('../CSS/fonts/dax-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'daxregular';
    src: url('../CSS/fonts/dax-regular-webfont.woff') format('woff'), url('../CSS/fonts/dax-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dax-boldregular';
    src: url('../CSS/fonts/dax-bold-webfont.woff2') format('woff2'),
         url('../CSS/fonts/dax-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}