:root {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #e8edf2;
  background: #1f252c;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  width: 100%;
  min-width: 760px;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
}
