/* @font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-family: 'SourceSansPro-ExtraLight';
  src: url('./font/SourceSansPro-ExtraLight.eot');
  src: url('./font/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
       url('./font/SourceSansPro-ExtraLight.svg#SourceSansPro-ExtraLight') format('svg'),
       url('./font/SourceSansPro-ExtraLight.woff') format('woff'),
       url('./font/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('./font/SourceSansPro-Light.eot');
  src: url('./font/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
       url('./font/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg'),
       url('./font/SourceSansPro-Light.woff') format('woff'),
       url('./font/SourceSansPro-Light.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-family: 'SourceSansPro-Semibold';
  src: url('./font/SourceSansPro-Semibold.eot');
  src: url('./font/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
       url('./font/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg'),
       url('./font/SourceSansPro-Semibold.woff') format('woff'),
       url('./font/SourceSansPro-Semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-family: 'SourceSansPro-bold';
  src: url('./font/SourceSansPro-bold.eot');
  src: url('./font/SourceSansPro-bold.eot?#iefix') format('embedded-opentype'),
       url('./font/SourceSansPro-bold.svg#SourceSansPro-bold') format('svg'),
       url('./font/SourceSansPro-bold.woff') format('woff'),
       url('./font/SourceSansPro-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-family: 'SourceSansPro-Black';
  src: url('./font/SourceSansPro-Black.eot');
  src: url('./font/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
       url('./font/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg'),
       url('./font/SourceSansPro-Black.woff') format('woff'),
       url('./font/SourceSansPro-Black.ttf') format('truetype');
} */

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