/* Source Sans Pro - Black */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/SourceSansPro-Black.otf') format('opentype');
}

/* Source Sans Pro - Black Italic */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/SourceSansPro-BlackIt.otf') format('opentype');
}

/* Source Sans Pro - Bold */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/SourceSansPro-Bold.otf') format('opentype');
}

/* Source Sans Pro - Bold Italic */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/SourceSansPro-BoldIt.otf') format('opentype');
}

/* Source Sans Pro - Extra Light */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/SourceSansPro-ExtraLight.otf') format('opentype');
}

/* Source Sans Pro - Extra Light Italic */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/SourceSansPro-ExtraLightIt.otf') format('opentype');
}

/* Source Sans Pro - Italic */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/SourceSansPro-It.otf') format('opentype');
}

/* Source Sans Pro - Light */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/SourceSansPro-Light.otf') format('opentype');
}

/* Source Sans Pro - Light Italic */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/SourceSansPro-LightIt.otf') format('opentype');
}

/* Source Sans Pro - Regular */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
}

/* Source Sans Pro - Semibold */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/SourceSansPro-Semibold.otf') format('opentype');
}

/* Source Sans Pro - Semibold Italic */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/SourceSansPro-SemiboldIt.otf') format('opentype');
}
