@font-face {
  font-family: "United Sans Cd Lt";
  src:          url("../fonts/UnitedSansCond-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "United Sans Cd Md";
  src:          url("../fonts/UnitedSansCond-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "United Sans Cd Bd";
  src:          url("../fonts/UnitedSansCdBd.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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


