/*========================= FONT ====================*/

@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/BebasNeue.eot');
  src: url('fonts/BebasNeue.woff') format('woff'),
       url('fonts/BebasNeue.ttf') format('truetype'),
       url('fonts/BebasNeue.otf') format('opentype'),
       url('fonts/BebasNeue.svg') format('svg');
}