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

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

@font-face {
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/source-sans-pro-semibold.eot');
  src: url('../../fonts/source-sans-pro-semibold?#iefix') format('embedded-opentype'),
    url('../../fonts/source-sans-pro-semibold.woff2') format('woff2'),
    url('../../fonts/source-sans-pro-semibold.woff') format('woff'),
    url('../../fonts/source-sans-pro-semibold.ttf') format('truetype'),
    url('../../fonts/source-sans-pro-semibold.svg#SourceSansPro') format('svg');
}
.text-dark {
  color: #333333 !important;
  font-weight: 200;
}
.light-text {
  font-weight: 200;
}
