@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: light;
  font-weight: 300;
  src: url('static/SourceSans3-Light.ttf') format('truetype');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: italic;
  font-weight: 300;
  src: url('static/SourceSans3-LightItalic.ttf') format('truetype');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 400;
  src: url('static/sourcesanspro-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: italic;
  font-weight: 400;
  src: url('static/sourcesanspro-italic-webfont.ttf') format('truetype');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: bold;
  font-weight: 600;
  src: url('static/sourcesanspro-semibold-webfont.ttf') format('truetype');
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: bold;
  font-weight: 700;
  src: url('static/sourcesanspro-bold-webfont.ttf') format('truetype');
}
