/* Source Sans 3 - Regular */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype'),
       url('../fonts/SourceSans3-Regular.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-Regular.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Italic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/SourceSans3-It.ttf') format('truetype'),
       url('../fonts/SourceSans3-It.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-It.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Light */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype'),
       url('../fonts/SourceSans3-Light.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-Light.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Light Italic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/SourceSans3-LightIt.ttf') format('truetype'),
       url('../fonts/SourceSans3-LightIt.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-LightIt.ttf.woff2') format('woff2');
}

/* Source Sans 3 - ExtraLight */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype'),
       url('../fonts/SourceSans3-ExtraLight.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-ExtraLight.ttf.woff2') format('woff2');
}

/* Source Sans 3 - ExtraLight Italic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/SourceSans3-ExtraLightIt.ttf') format('truetype'),
       url('../fonts/SourceSans3-ExtraLightIt.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Medium */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype'),
       url('../fonts/SourceSans3-Medium.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-Medium.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Medium Italic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/SourceSans3-MediumIt.ttf') format('truetype'),
       url('../fonts/SourceSans3-MediumIt.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-MediumIt.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Semibold */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/SourceSans3-Semibold.ttf') format('truetype'),
       url('../fonts/SourceSans3-Semibold.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-Semibold.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Semibold Italic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/SourceSans3-SemiboldIt.ttf') format('truetype'),
       url('../fonts/SourceSans3-SemiboldIt.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-SemiboldIt.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Bold */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/SourceSans3-Bold.ttf') format('truetype'),
       url('../fonts/SourceSans3-Bold.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-Bold.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Bold Italic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/SourceSans3-BoldIt.ttf') format('truetype'),
       url('../fonts/SourceSans3-BoldIt.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-BoldIt.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Black */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype'),
       url('../fonts/SourceSans3-Black.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-Black.ttf.woff2') format('woff2');
}

/* Source Sans 3 - Black Italic */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/SourceSans3-BlackIt.ttf') format('truetype'),
       url('../fonts/SourceSans3-BlackIt.ttf.woff') format('woff'),
       url('../fonts/SourceSans3-BlackIt.ttf.woff2') format('woff2');
}