/* ---------------------------------------------------
                      FONTS
----------------------------------------------------*/
@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/bebasneue-thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bebasneue-thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bebasneue-thin.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bebasneue-thin.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bebasneue-thin.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bebasneue-thin.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 100;
}
@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/bebasneue-light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bebasneue-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bebasneue-light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bebasneue-light.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bebasneue-light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bebasneue-light.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 200;
}
@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/bebasneue-book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bebasneue-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bebasneue-book.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bebasneue-book.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bebasneue-book.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bebasneue-book.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
}
@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/bebasneue-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bebasneue-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bebasneue-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bebasneue-regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bebasneue-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bebasneue-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
}
@font-face {
    font-family: "BebasNeue";
    src: url('../fonts/bebasneue-bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bebasneue-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bebasneue-bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bebasneue-bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bebasneue-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bebasneue-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
}