/* ///// FONTS ///// */

@font-face {
  font-family: 'point';
  src: url('../css/fonts/Point-Regular.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/Point-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/Point-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/Point-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/Point-Regular.svg#svgPoint-Regular') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'point-light';
  src: url('../css/fonts/Point-Light.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/Point-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/Point-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/Point-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/Point-Light.svg#svgPoint-Light') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'point-book';
  src: url('../css/fonts/Point-Book.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/Point-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/Point-Book.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/Point-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/Point-Book.svg#svgPoint-Book') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'point-bold';
  src: url('../css/fonts/Point-Bold.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/Point-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/Point-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/Point-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/Point-Bold.svg#svgPoint-Bold') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'point-black';
  src: url('../css/fonts/Point-Black.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/Point-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/Point-Black.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/Point-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/Point-Black.svg#svgPoint-Black') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}