@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('SourceSansPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Source Sans Pro Semi Bold';
  src: url('SourceSansPro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-display: fallback;
}

@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('SourceSansPro-Bold.otf') format('opentype');
  font-weight: bold;
  font-display: fallback;
}

@font-face {
  font-family: 'Source Sans Pro Black';
  src: url('SourceSansPro-Black.otf') format('opentype');
  font-weight: 900;
  font-display: fallback;
}

@font-face {
  font-family: 'Source Sans Pro Italic';
  src: url('SourceSansPro-It.otf') format('opentype');
  font-weight: normal;
  font-display: fallback;
}
