/* --- Reset хэсэг хэвээр хадгалсан --- */

*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}

body {
  overflow: visible;
}
/* 
  overflow: hidden;
  overflow: scroll;
  overflow: auto;
  overflow: clip;
  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; /* үзүүртэй serif & 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; 
} 


ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  border:none;
  cursor:pointer;
}

