@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");
}

html {
  /* REM config */
  font-size: 10px;
}

html, body, #root {
  height: 100%;
}

* {
  box-sizing: border-box;
}
