/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3ca196");
  
@font-face {
  font-family: 'BebasNeuePro-ThinItalic';
  src: url('fonts/BebasNeuePro-ThinItalic/font.woff2') format('woff2'), url('fonts/BebasNeuePro-ThinItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-Book';
  src: url('fonts/BebasNeuePro-Book/font.woff2') format('woff2'), url('fonts/BebasNeuePro-Book/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-Bold';
  src: url('fonts/BebasNeuePro-Bold/font.woff2') format('woff2'), url('fonts/BebasNeuePro-Bold/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-BoldItalic';
  src: url('fonts/BebasNeuePro-BoldItalic/font.woff2') format('woff2'), url('fonts/BebasNeuePro-BoldItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-Middle';
  src: url('fonts/BebasNeuePro-Middle/font.woff2') format('woff2'), url('fonts/BebasNeuePro-Middle/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-Regular';
  src: url('fonts/BebasNeuePro-Regular/font.woff2') format('woff2'), url('fonts/BebasNeuePro-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-BookItalic';
  src: url('fonts/BebasNeuePro-BookItalic/font.woff2') format('woff2'), url('fonts/BebasNeuePro-BookItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-Italic';
  src: url('fonts/BebasNeuePro-Italic/font.woff2') format('woff2'), url('fonts/BebasNeuePro-Italic/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-LightItalic';
  src: url('fonts/BebasNeuePro-LightItalic/font.woff2') format('woff2'), url('fonts/BebasNeuePro-LightItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-Thin';
  src: url('fonts/BebasNeuePro-Thin/font.woff2') format('woff2'), url('fonts/BebasNeuePro-Thin/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-Light';
  src: url('fonts/BebasNeuePro-Light/font.woff2') format('woff2'), url('fonts/BebasNeuePro-Light/font.woff') format('woff');
}
@font-face {
  font-family: 'BebasNeuePro-MiddleItalic';
  src: url('fonts/BebasNeuePro-MiddleItalic/font.woff2') format('woff2'), url('fonts/BebasNeuePro-MiddleItalic/font.woff') format('woff');
}


body{
  font-family: 'BebasNeuePro-Regular';
}