/**
 * @file
 * Web fonts definitions
 */

/*@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/web/sp/SourceSansPro-ExtraLight.eot') format('embedded-opentype'),
         url('../fonts/web/sp/SourceSansPro-ExtraLight.ttf.woff2') format('woff2'),
         url('../fonts/web/sp/SourceSansPro-ExtraLight.otf.woff') format('woff'),
         url('../fonts/web/sp/SourceSansPro-ExtraLight.otf') format('opentype'),
         url('../fonts/web/sp/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/web/sp/SourceSansPro-Light.eot') format('embedded-opentype'),
         url('../fonts/web/sp/SourceSansPro-Light.ttf.woff2') format('woff2'),
         url('../fonts/web/sp/SourceSansPro-Light.otf.woff') format('woff'),
         url('../fonts/web/sp/SourceSansPro-Light.otf') format('opentype'),
         url('../fonts/web/sp/SourceSansPro-Light.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/web/sp/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/web/sp/SourceSansPro-Regular.ttf.woff2') format('woff2'),
         url('../fonts/web/sp/SourceSansPro-Regular.otf.woff') format('woff'),
         url('../fonts/web/sp/SourceSansPro-Regular.otf') format('opentype'),
         url('../fonts/web/sp/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/web/sp/SourceSansPro-Semibold.eot') format('embedded-opentype'),
         url('../fonts/web/sp/SourceSansPro-Semibold.ttf.woff2') format('woff2'),
         url('../fonts/web/sp/SourceSansPro-Semibold.otf.woff') format('woff'),
         url('../fonts/web/sp/SourceSansPro-Semibold.otf') format('opentype'),
         url('../fonts/web/sp/SourceSansPro-Semibold.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/web/sp/SourceSansPro-Bold.eot') format('embedded-opentype'),
         url('../fonts/web/sp/SourceSansPro-Bold.ttf.woff2') format('woff2'),
         url('../fonts/web/sp/SourceSansPro-Bold.otf.woff') format('woff'),
         url('../fonts/web/sp/SourceSansPro-Bold.otf') format('opentype'),
         url('../fonts/web/sp/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/web/sp/SourceSansPro-Black.eot') format('embedded-opentype'),
         url('../fonts/web/sp/SourceSansPro-Black.ttf.woff2') format('woff2'),
         url('../fonts/web/sp/SourceSansPro-Black.otf.woff') format('woff'),
         url('../fonts/web/sp/SourceSansPro-Black.otf') format('opentype'),
         url('../fonts/web/sp/SourceSansPro-Black.ttf') format('truetype');
}*/

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/web/pn/proximanova-light-webfont.eot');
  src: url('../fonts/web/pn/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/web/pn/proximanova-light-webfont.woff') format('woff'),
  url('../fonts/web/pn/proximanova-light-webfont.ttf') format('truetype'),
  url('../fonts/web/pn/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/web/pn/proximanova-regular-webfont.eot');
  src: local('?'), url('../fonts/web/pn/proximanova-regular-webfont.woff') format('woff'), url('../fonts/web/pn/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/web/pn/proximanova-regular-webfont#ProximaNovaBlRegular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/web/pn/proximanova-black-webfont.eot');
  src: local('?'), url('../fonts/web/pn/proximanova-black-webfont.woff') format('woff'), url('../fonts/web/pn/proximanova-black-webfont.ttf') format('truetype'), url('../fonts/web/pn/proximanova-black-webfont#ProximaNovaBlRegular') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/web/pn/proximanova-semibold-webfont.eot');
  src: local('?'), url('../fonts/web/pn/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/web/pn/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/web/pn/proximanova-semibold-webfont#proxima_nova_ltbold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/web/pn/proximanova-extrabld-webfont.eot');
  src: local('?'), url('../fonts/web/pn/proximanova-extrabld-webfont.woff') format('woff'), url('../fonts/web/pn/proximanova-extrabld-webfont.ttf') format('truetype'), url('../fonts/web/pn/proximanova-extrabld-webfontt#proxima_nova_thbold') format('svg');
  font-weight: 800;
  font-style: normal;
}