html {
  font-size: 12px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont,
    "Open Sans",
    "Segoe UI", "Helvetica Neue",
    sans-serif;
}
html, body, :global(#root) {
  width: 100%; height: 100%;
}
body {
  min-width: 1260px;
}
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding: 1px;
}
::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 50%, 0.2);
}
::-webkit-scrollbar-corner {
  background: hsla(0, 0%, 50%, 0.2);
}