/* Fonts*/
@font-face {
  font-family: OpenSans;
  font-weight: 400;
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/OpenSans-Italic.ttf) format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 500;
  src: url(../fonts/OpenSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: OpenSans;
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/OpenSans-MediumItalic.ttf) format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 600;
  src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/OpenSans-SemiBoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 700;
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: OpenSans;
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/OpenSans-BoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: SourceSerifPro;
  font-weight: 400;
  src: url(../fonts/SourceSerifPro-Regular.otf) format("opentype");
}

@font-face {
  font-family: SourceSerifPro;
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/SourceSerifPro-It.otf) format("opentype");
}

@font-face {
  font-family: SourceSerifPro;
  font-weight: 500;
  src: url(../fonts/SourceSerifPro-Semibold.otf) format("opentype");
}

@font-face {
  font-family: SourceSerifPro;
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/SourceSerifPro-SemiboldIt.otf) format("opentype");
}

@font-face {
  font-family: SourceSerifPro;
  font-weight: 700;
  src: url(../fonts/SourceSerifPro-Bold.otf) format("opentype");
}

@font-face {
  font-family: SourceSerifPro;
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/SourceSerifPro-BoldIt.otf) format("opentype");
}
