/* Regular */
@font-face {
  font-family: "changan uni";
  src: url("../fonts/English/ChangAnunitype-Regular.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: "changan uni";
  src: url("../fonts/English/ChangAnunitype-Light.TTF") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "changan uni";
  src: url("../fonts/English/ChangAnunitype-Bold.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
}
