@font-face {
  font-family: 'Mongolian Baiti';
  src: url('../fonts/Mongolian Baiti.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #151516;
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
  scroll-behavior: smooth;
}

h1 {
  font-family:'Mongolian Baiti', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}



button:focus,
.btn:focus {
  outline: none;
}



