@CHARSET "UTF-8";

@font-face {
    font-family: 'DFBSansWeb';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/DFBSansWeb-Regular.eot);
    src: url(fonts/DFBSansWeb-Regular.eot?#iefix) format('embedded-opentype'),
         url(fonts/DFBSansWeb-Regular.woff2) format('woff2'),
         url(fonts/DFBSansWeb-Regular.woff) format('woff'),
         url(fonts/DFBSansWeb-Regular.ttf) format('truetype'),
         url(fonts/DFBSansWeb-Regular.svg#svgFontName) format('svg');
}
@font-face {
    font-family: 'DFBSansWeb';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/DFBSansWeb-Bold.eot);
    src: url(fonts/DFBSansWeb-Bold.eot?#iefix) format('embedded-opentype'),
         url(fonts/DFBSansWeb-Bold.woff2) format('woff2'),
         url(fonts/DFBSansWeb-Bold.woff) format('woff'),
         url(fonts/DFBSansWeb-Bold.ttf) format('truetype'),
         url(fonts/DFBSansWeb-Bold.svg#svgFontName) format('svg');
}