/* *************************************** WEB FONTS ************************************ */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('_fonts/League_Gothic-webfont.eot');
    src: url('_fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/League_Gothic-webfont.woff') format('woff'),
         url('_fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('_fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../_fonts/BebasNeue-webfont.eot');
    src: url('../_fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/BebasNeue-webfont.woff') format('woff'),
         url('../_fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../_fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
