@font-face {
  font-family: "Roboto Black";
  src: url("assets/fonts/Roboto-Black.ttf");
}

body {
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
}

.model-viewer-wrapper {
  width: 100%;
  height: 100%;
}

.model-viewer {
  width: 100%;
  height: 100%;
}
.logo-wrapper {
  display: flex;
  justify-content: center;
}
.logo {
  height: 200px;
  margin: auto;
  pointer-events: none;
}

.button-wrapper {
  display: flex;
  justify-content: center;
}

.custom-ar-button {
  font-family: "Roboto Black", sans-serif;
  font-size: 18px;
  position: fixed;
  bottom: 10%;
  text-align: center;
  padding: 30px;
  color: white;
  background-color: #003b6a;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.fas.fa-cube {
  margin-left: 5px;
}

.poster {
  display: flex;
  justify-content: center;
}
#default-poster {
  width: 80% !important;
}
