/* @font-face {
  font-family: "Spiegel";
  src: url("/assets/fonts/spiegel-sans-trial/WOFF2/SpiegelSans-5Regular_TRIAL.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spiegel";
  src: url("/assets/fonts/spiegel-sans-trial/WOFF2/SpiegelSans-6SemiBold_TRIAL.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spiegel";
  src: url("/assets/fonts/spiegel-sans-trial/WOFF2/SpiegelSans-7Bold_TRIAL.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

body, #app {
  padding: 0;
  margin: 0;
  border: none;
}

.screen {
  width: 100vw;
  height: 100vh;
}

.hidden {
  display: none !important;
}

#champ_select {
  background-color: #000a13;
}