@font-face {
  font-family: "Mont";
  src: local("Mont"), url("../ttf/mont-regular.ttf") format("truetype"),
    url("../mont-regular.html") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "MontLt";
  src: local("MontLt"), url("../ttf/mont-light.ttf") format("truetype"),
    url("../mont-light.html") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "MontBd";
  src: local("MontBd"), url("../ttf/mont-bold.ttf") format("truetype"),
    url("../mont-bold.html") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "MontSmBd";
  src: local("MontBd"), url("../ttf/mont-semibold.ttf") format("truetype"),
    url("../mont-semibold.html") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("../ttf/inter-regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "InterLt";
  src: local("InterLt"), url("../ttf/inter-light.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "InterSmBd";
  src: local("InterSmBd"), url("../ttf/inter-semibold.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "InterMd";
  src: local("InterMd"), url("../ttf/inter-medium.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "InterBd";
  src: local("InterBd"), url("../ttf/inter-bold.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Circular";
  src: local("Circular"), url("../otf/circular-book.otf") format("truetype");
  font-style: normal;
}