@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       
         url('fonts/proximanova-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/proximanova-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/proximanova-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova semibold';
    src: url('fonts/proximanova-semibold-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       
         url('fonts/proximanova-semibold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/proximanova-semibold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/proximanova-semibold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    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.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: 600;
    font-style: normal;
}
