@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-LightItalic.ttf")
    format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

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

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-SemiBoldItalic.ttf")
    format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

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

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-ExtraBold.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/fonts/OpenSans-ExtraBoldItalic.ttf")
    format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
