
@font-face{
 font-family:"myFont";
 font-weight: bold;
 src: url(../assets/fonts/Bebas-Regular.ttf)  format('truetype')
}

@font-face{
 font-family:"futurah";
 font-weight: bold;
 src: url(../assets/fonts/futurah.ttf)  format('truetype')
}

@font-face{
 font-family:"futuramd";
 font-weight: bold;
 src: url(../assets/fonts/ftramd.ttf)  format('truetype')
}

@font-face{
 font-family:"grotest";
 font-weight: normal;
 src: url(../assets/fonts/akzidenzgrotesk.otf)  format('opentype')
}

html{
  height: 100%;
  width:  100%;
}

body {
  background: black;
  color: white;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  text-align: center;
}

canvas {
  margin: 0 auto;
  padding: 0;
  height: 99.99%;
  outline: none;
  border:none;
}

video {
  margin: 0 auto;
  padding: 0;
  height: 99.99%;
}

#preloaderLayout {
  display: flex;
  width:100%;
  height:100%;
  z-index: 1000000;
  font-size: 125%;
  background-color: white;
  color: black;
  align-items: center;
  justify-content: center;
}
