@font-face {
  font-family: 'Bebas Neue';
  src: url('/assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  font-family: 'Bebas Neue', 'Montserrat', sans-serif;
}

#app, #pixi-container {
  width: 100%;
  height: 100%;
}
