/* NOBISX 2025 */

.mono {
    font-family: "Roboto Mono", monospace;
}

.text-sahara {
    color:#c7b8a6;
}

mux-player {
      /* Hide all controls at once */
      --controls: none;

      /* Target all sections by excluding the section prefix */
      --play-button: none;
      --live-button: none;
      --seek-backward-button: none;
      --seek-forward-button: none;
      --mute-button: none;
      --captions-button: none;
      --airplay-button: none;
      --pip-button: none;
      --fullscreen-button: none;
      --cast-button: none;
      --playback-rate-button: none;
      --volume-range: none;
      --time-range: none;
      --time-display: none;
      --title-display: none;
      --duration-display: none;
     /* Target a specific section by prefixing the CSS var with (top|center|bottom) */
      --center-controls: none;
      --bottom-play-button: none;
      /* The controls backdrop color */
      --controls-backdrop-color: rgb(0 0 0 / 0%);
      /*
       * Controls how the media is sized and positioned inside of the <video> element
       * Supports everything the standard CSS properties support
       */
      --media-object-size: cover;
      --media-object-position: center;
}