@font-face {
  font-family: "LiberationSans";
  font-style: normal;
  src: url(../font/LiberationSans.ttf) format("truetype");
}

@font-face {
  font-family: "ExcelsiorSans";
  src: url(../font/ExcelsiorSans.ttf) format("truetype");
}

@font-face {
  font-family: "BarlowCondensed";
  src: url(../font/BarlowCondensed.ttf) format("truetype");
}

* {
  box-sizing: border-box;
  user-select: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: none;
}

body {
  font-family: "BarlowCondensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #000;
}
