
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
       url('../fonts/DMSans-Regular.woff') format('woff'),
       url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


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

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}


html {
  height: -webkit-fill-available;
}

body {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5;
  min-height: 100svh; 
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@supports not (height: 100svh) {
  body {
    min-height: -webkit-fill-available;
    min-height: 100vh;
  }
}

img, svg, video, canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

#root, #react-root {
  height: 100%;
  min-height: 100svh;
}

.header {
  color: inherit;
}


.main__block {

margin: 0px 24px 0px 24px;
max-width: 1920px; 
width: 100%;
}

@media (max-width: 800px) {
  .main__block {

    margin: 0px 8px 0px 8px;
  }
}