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

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

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

* {
  font-family: "Open Sans";
}

.fa {
  font-family: FontAwesome !important;
}
