#root {
  letter-spacing: normal;
  text-rendering: auto;
  text-shadow: none;
  -webkit-font-smoothing: subpixel-antialiased;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  font-family: Inter, Lato, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: Gotham;
  src: url(/static/font/GothamLight.d4246eb9.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Satoshi;
  src: url(/static/font/Satoshi-Bold.c60efc8f.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Satoshi;
  src: url(/static/font/Satoshi-Regular.a12eb4fb.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

