@font-face {
  font-family: 'Fredoka One';
  src: url("./FredokaOne-Regular.ttf") format("truetype");
  font-style: normal;
}

body {
  box-sizing: border-box;
  background-color: #0c0c0c;
  margin: 0;
  font-family: 'Fredoka One', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}