/* only regular, semibold & bold (no italics) */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  src: url("/static/css/fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2"),
       url("/static/css/fonts/SourceSansPro/SourceSansPro-Regular.woff")  format("woff");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  src: url("/static/css/fonts/SourceSansPro/SourceSansPro-SemiBold.woff2") format("woff2"),
       url("/static/css/fonts/SourceSansPro/SourceSansPro-SemiBold.woff")  format("woff");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  src: url("/static/css/fonts/SourceSansPro/SourceSansPro-Bold.woff2") format("woff2"),
       url("/static/css/fonts/SourceSansPro/SourceSansPro-Bold.woff")  format("woff");
}
