@font-face {
  font-family: 'Source Serif Pro';
  src: url('./source-serif-pro/SourceSerifPro-Regular.woff2') format('woff2'),
       url('./source-serif-pro/SourceSerifPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url('./source-serif-pro/SourceSerifPro-Bold.woff2') format('woff2'),
       url('./source-serif-pro/SourceSerifPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

