@font-face {
  font-family: 'regular';
  src: url(/fonts/FuzzyBubbles-Regular.ttf);
}

@font-face {
  font-family: 'bold';
  src: url(/fonts/FuzzyBubbles-Bold.ttf);
}

body, body * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: 'regular';
  outline: none;
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#root {
  position: relative;
  width: 100%;
  height: 100%;
}
