@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 401 599;
  src: url("../fonts/OpenSans-Medium.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 401 599;
  font-style: italic;
  src: url("../fonts/OpenSans-MediumItalic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 100 399;
  src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 100 399;
  font-style: italic;
  src: url("../fonts/OpenSans-LightItalic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600 799;
  src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600 799;
  font-style: italic;
  src: url("../fonts/OpenSans-BoldItalic.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  src: url("../fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf");
}
