@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Light.ttf);
  font-weight: 300;
}
html,
body {
  font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 0;
  margin: 0;
}

.pageloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}