@font-face {
  font-family: 'Pixel Emulator';
  src: local(Pixel Emulator), url(https://dragonball.iron.finance/fonts/pixel_emulator.woff) format('woff'),
    url(https://dragonball.iron.finance/fonts/pixel_emulator.eot) format('eot'),
    url(fonts/pixel_emulator.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

svg {
  shape-rendering: optimizeSpeed;
}

.initial-loading {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  font-family: 'Pixel Emulator';
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffdba4;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  background-color: #ffdba4;
}