/*normal*/
@font-face {
  font-family: 'source-sans-pro';
  src: url('../fonts/SourceSansPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
/*Light*/
@font-face {
  font-family: 'source-sans-pro';
  src: url('../fonts/SourceSansPro-Light.otf');
  font-weight: 300;
  font-style: normal;
}
/*Light-Italic*/
@font-face {
  font-family: 'source-sans-pro';
  src: url('../fonts/SourceSansPro-LightIt.otf');
  font-weight: 300;
  font-style: italic;
}
/*Extra-Light*/
@font-face {
  font-family: 'source-sans-pro';
  src: url('../fonts/SourceSansPro-ExtraLight.otf');
  font-weight: 200;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: 'source-sans-pro';
  src: url('../fonts/SourceSansPro-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
/*possibly add more*/


