/*
  Fallback webfont for devices WITHOUT Mongolian Baiti (phones).
  CSS stack puts "Mongolian Baiti" first — Windows desktop will not use this face.
*/
@font-face {
  font-family: "Noto Sans Mongolian";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/NotoSansMongolian-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Mongolian Trad";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/NotoSansMongolian-Regular.ttf) format("truetype");
}
