@font-face {
  font-family: Satoshi-bold;
  src: url('./assets/fonts/Satoshi-Bold.ttf') format('opentype');
}
@font-face {
  font-family: Satoshi-regular;
  src: url('./assets/fonts/Satoshi-Regular.ttf') format('opentype');
}
@font-face {
  font-family: Satoshi-medium;
  src: url('./assets/fonts/Satoshi-Medium.ttf') format('opentype');
}
@font-face {
  font-family: Helvetica-medium;
  src: url('./assets/fonts/Helvetica-Medium.otf') format('opentype');
}
@font-face {
  font-family: Helvetica-bold;
  src: url('./assets/fonts/Helvetica-Bold.otf') format('opentype');
}
@font-face {
  font-family: Helvetica-regular;
  src: url('./assets/fonts/Helvetica-Regular.otf') format('opentype');
}
@font-face {
  font-family: TT-Hoves-Pro-bold;
  src: url('./assets/fonts/TT-Hoves-Pro-DemiBold.ttf') format('opentype');
}
@font-face {
  font-family: TT-Hoves-Pro-Regular;
  src: url('./assets/fonts/TT-Hoves-Pro-Regular.ttf') format('opentype');
}
@font-face {
  font-family: TT-Hoves-Pro-medium;
  src: url('./assets/fonts/TT-Hoves-Pro-Medium.ttf') format('opentype');
}
html {
  font-size: 10px;
}
#root,
body,
html {
  height: 100%;
}
* {
  box-sizing: border-box;
}
/* .sc-1w3tvxe-0 {
  bottom: 50rem;
} */
