
/* --- Reset хэсэг хэвээр хадгалсан --- */
/* 
body {
  overflow: hidden;
  overflow: scroll;
  overflow: auto;
  overflow: clip;
  overflow: visible;
} 
*/

*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}

body {
  overflow: visible;
}

body.no-scroll {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
select,
textarea,
button {
    font-family: "CeraPro", sans-serif; 
    font-weight: 200; 
}
input[type="text"]
{
    font-family: "CeraPro", sans-serif;
    font-weight: 200; 
}
input[type="submit"]
{
    font-family: "CeraPro", sans-serif;
    font-weight: 200; 
}
input[type="button"]
{
    font-family: "CeraPro", sans-serif;
    font-weight: 200; 
}
a:link, a:visited {
    font-family: "CeraPro", sans-serif;
    font-weight: 200; 
} 


/*
@media screen and (max-width: 480.8px) {
}
@media screen and (min-width: 481px) and (max-width: 768.8px) {
}
@media screen and (min-width: 769px) and (max-width: 1198.8px) {
}
@media screen and (min-width: 1199px) {
    max-width: 1140px; !
}
*/

/* Бүх элементүүдийн доторх текстийн фонтыг нэгтгэ */
/*
    font-family: "CeraPro", sans-serif; 
    font-family: "Erka1", sans-serif; 
*/