@font-face {
  font-family: "DMSans";
  src: url("fuentes/DM_Sans/DMSans-VariableFont_opsz\,wght.ttf");
}

* {
  font-family: DMSans;
}

body {
  min-height: 100vh;
}

canvas {
  width: 100%;
  object-fit: contain;
}

#wrapper-botones-barra {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#boton-logout {
  border-radius: 0 0 10px 0;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  background-color: var(--bs-primary);
  border: none;
}

#boton-logout:hover {
  filter: brightness(0.9);
}