/* Source Sans Pro - 400 italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/SourceSansPro-Light.ttf") format("truetype");
}
/* Source Sans Pro - 400 italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url("../../assets/fonts/SourceSansPro-Italic.ttf") format("truetype");
}
/* Source Sans Pro - 400 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/SourceSansPro-Regular.ttf") format("truetype");
}
/* Source Sans Pro - 600 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/SourceSansPro-SemiBold.ttf") format("truetype");
}
/* Source Sans Pro - 700 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/SourceSansPro-Bold.ttf") format("truetype");
}

/* tenforce - 600 */
@font-face {
  font-family: 'tenforce';
  src: url("../../assets/fonts/tenforce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
