@font-face {
  font-family: 'BlackerDisplay';
  src: url('../fonts/BlackerDisplay-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BlackerDisplay-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BlackerDisplay-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/BlackerDisplay-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/BlackerDisplay-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BlackerDisplay-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
      font-weight: 500;
  		font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ProximaNova-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ProximaNova-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
      font-weight: 300;
      font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ProximaNova-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ProximaNova-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
      font-weight: 700;
      font-style: normal;
}