/*@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../../Content/fonts/sourcesanspro/sourcesanspro-light.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../../Content/fonts/sourcesanspro/sourcesanspro.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../../Content/fonts/sourcesanspro/sourcesanspro-bold.woff') format('woff');
}*/

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Content/fonts/SourceSansProRegular/SourceSansProRegular.eot");
    src: url("../../Content/fonts/SourceSansProRegular/SourceSansProRegular.eot?#iefix")format("embedded-opentype"),
    /*url("../fonts/SourceSansProRegular/SourceSansProRegular.woff") format("woff"),*/
    url("../../Content/fonts/SourceSansProRegular/SourceSansProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
/* font-family: "SourceSansProLight"; */
@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Content/fonts/SourceSansProLight/SourceSansProLight.eot");
    src: url("../../Content/fonts/SourceSansProLight/SourceSansProLight.eot?#iefix")format("embedded-opentype"),
    /*url("../fonts/SourceSansProLight/SourceSansProLight.woff") format("woff"),*/
    url("../../Content/fonts/SourceSansProLight/SourceSansProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
/* font-family: "SourceSansProBold"; */
@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Content/fonts/SourceSansProBold/SourceSansProBold.eot");
    src: url("../../Content/fonts/SourceSansProBold/SourceSansProBold.eot?#iefix")format("embedded-opentype"),
    /*url("../fonts/SourceSansProBold/SourceSansProBold.woff") format("woff"),*/
    url("../../Content/fonts/SourceSansProBold/SourceSansProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}