@font-face {
  font-family: Baiti;
  src: url("./fonts/mongolian-baiti.woff2") format("woff2"),
    url("./fonts/mongolian-baiti.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: MongolScript;
  src: url("./fonts/MongolianScript.woff2") format("woff2"),
    url("./fonts/MongolianScript.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Menksoft2012";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Menksoft2012.eot");
  src: url("./fonts/Menksoft2012-w.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Menksoft2012.woff") format("woff"),
    url("./fonts/Menksoft2012.ttf") format("truetype");
}
@font-face {
  font-family: "CMs Ulaanbaatar";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/CMsUlaanbaatar.eot");
  src: url("./fonts/CMsUlaanbaatar.woff") format("woff"),
    url("./fonts/CMsUlaanbaatar.ttf") format("truetype");
}
.font-mng {
  font-family: Menksoft2012, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif !important;
}

.font-cms {
  font-family: "CMs Ulaanbaatar", "Helvetica Neue", Roboto, Arial, "Droid Sans" !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.mng-text {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	text-orientation: sideways-right;
	-webkit-font-feature-settings: "cv01"on;
	-moz-font-feature-settings: "cv01"on;
	font-feature-settings: "cv01"on;
	-webkit-font-variant-alternates: character-variant(01);
	font-variant-alternates: character-variant(01);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
