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

html,
body {
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
  font-family: 'Segoe UI', 'Lucida Grande', 'Calibri', sans-serif;
  background-color: #F4F6F9;
  color: #1a1a2e;
}

a {
  color: inherit;
}

svg {
  display: block;
}
