/* SourceSansPro regular */

@font-face {
    font-family: "Source Sans Pro";
    src: url('../../../fonts/source-sans-pro/SourceSansPro-Regular.eot');
    src: url('../../../fonts/source-sans-pro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/source-sans-pro/SourceSansPro-Regular.woff2') format('woff2'),
         url('../../../fonts/source-sans-pro/SourceSansPro-Regular.woff') format('woff'),
         url('../../../fonts/source-sans-pro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* SourceSansPro bold */

@font-face {
    font-family: "Source Sans Pro";
    src: url('../../../fonts/source-sans-pro/SourceSansPro-Bold.eot');
    src: url('../../../fonts/source-sans-pro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/source-sans-pro/SourceSansPro-Bold.woff2') format('woff2'),
         url('../../../fonts/source-sans-pro/SourceSansPro-Bold.woff') format('woff'),
         url('../../../fonts/source-sans-pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}