/* Fontes */
@font-face {
    font-family: 'Dax_Bold';
    src: url('dax_bold-webfont.eot');
    src: url('dax_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('dax_bold-webfont.woff') format('woff'),
         url('dax_bold-webfont.ttf') format('truetype'),
         url('dax_bold-webfont.svg#DaxBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Dax_Normal';
    src: url('dax_normal-webfont.eot');
    src: url('dax_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('dax_normal-webfont.woff') format('woff'),
         url('dax_normal-webfont.ttf') format('truetype'),
         url('dax_normal-webfont.svg#DaxRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}