/* Black */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/source-sans-pro/SourceSans3-Black.ttf.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/source-sans-pro/SourceSans3-BlackIt.ttf.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro/SourceSans3-Bold.ttf.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/source-sans-pro/SourceSans3-BoldIt.ttf.woff2') format('woff2');
}

/* Semibold */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro/SourceSans3-Semibold.ttf.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/source-sans-pro/SourceSans3-SemiboldIt.ttf.woff2') format('woff2');
}

/* Medium */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/source-sans-pro/SourceSans3-Medium.ttf.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/source-sans-pro/SourceSans3-MediumIt.ttf.woff2') format('woff2');
}

/* Regular */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro/SourceSans3-Regular.ttf.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro/SourceSans3-It.ttf.woff2') format('woff2');
}

/* Light */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro/SourceSans3-Light.ttf.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/source-sans-pro/SourceSans3-LightIt.ttf.woff2') format('woff2');
}

/* Extra Light */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/source-sans-pro/SourceSans3-ExtraLight.ttf.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/source-sans-pro/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2');
}
