/* source-sans-pro-extra-light */
@font-face {
  font-family: 'Source-Sans-Pro-Extra-Light';
  src: local(''),
       url('../webfonts/SourceSansPro-ExtraLight.otf') format("opentype"),
}

/* source-sans-pro-extra-light-italic */
@font-face {
  font-family: 'Source-Sans-Pro-Extra-Light-Italic';
  src: local(''),
       url('../webfonts/SourceSansPro-ExtraLightItalic.otf') format("opentype"),
}

/* source-sans-pro-light */
@font-face {
  font-family: 'Source-Sans-Pro-Light';
  src: local(''),
       url('../webfonts/SourceSansPro-Light.otf') format("opentype"),
}

/* source-sans-pro-light-italic */
@font-face {
  font-family: 'Source-Sans-Pro-Light-Italic';
  src: local(''),
       url('../webfonts/SourceSansPro-LightItalic.otf') format("opentype"),
}

/* source-sans-pro-regular */
@font-face {
  font-family: 'Source-Sans-Pro-Regular';
  src: local(''),
       url('../webfonts/SourceSansPro-Regular.otf') format("opentype"),
}

/* source-sans-pro-italic */
@font-face {
  font-family: 'Source-Sans-Pro-Italic';
  src: local(''),
       url('../webfonts/SourceSansPro-Italic.otf') format("opentype"),
}

/* source-sans-pro-semibold */
@font-face {
  font-family: 'Source-Sans-Pro-Semibold';
  src: local(''),
       url('../webfonts/SourceSansPro-Semibold.otf') format("opentype"),
}

/* source-sans-pro-semibold-italic */
@font-face {
  font-family: 'Source-Sans-Pro-Semibold-Italic';
  src: local(''),
       url('../webfonts/SourceSansPro-SemiboldItalic.otf') format("opentype"),
}

/* source-sans-pro-bold */
@font-face {
  font-family: 'Source-Sans-Pro-Bold';
  src: local(''),
       url('../webfonts/SourceSansPro-Bold.otf') format("opentype"),
}

/* source-sans-pro-bold-italic */
@font-face {
  font-family: 'Source-Sans-Pro-Bold-Italic';
  src: local(''),
       url('../webfonts/SourceSansPro-BoldItalic.otf') format("opentype"),
}

/* source-sans-pro-black */
@font-face {
  font-family: 'Source-Sans-Pro-Black';
  src: local(''),
       url('../webfonts/SourceSansPro-Black.otf') format("opentype"),
}

/* source-sans-pro-bold-italic */
@font-face {
  font-family: 'Source-Sans-Pro-Bold-Italic';
  src: local(''),
       url('../webfonts/SourceSansPro-BlackItalic.otf') format("opentype"),
}