/**
 * Inclui a fonte “Source Sans Pro” localmente.
 * Versão da fonte: 13
 * https://fonts.google.com/specimen/Source+Sans+Pro
 * Licença: Open Font License – https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL#5667e9e4
 */

/* source-sans-pro-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('source-sans-pro-300.woff2') format('woff2'),
       url('source-sans-pro-300.woff') format('woff');
}
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('source-sans-pro-regular.woff2') format('woff2'),
       url('source-sans-pro-regular.woff') format('woff');
}
/* source-sans-pro-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: normal;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('source-sans-pro-italic.woff2') format('woff2'),
       url('source-sans-pro-italic.woff') format('woff');
}
/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('source-sans-pro-700.woff2') format('woff2'),
       url('source-sans-pro-700.woff') format('woff');
}