@font-face {
  font-family: "Mori-Regular";
  src: url("/fonts/PPMori-Regular.woff") format("woff");
}

body {
  text-align: center;
  font-family: "Mori-Regular";
  min-height: 100svh;

  overscroll-behavior: none;
  overflow-x: hidden !important;
}

.container {
  min-height: 100svh;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;

  overflow-x: hidden !important;
}

#player {
  width: 120svw;
}

#speed {
  font-size: 0.8em;
  margin-top: 1em;
}
