/* Fuente con 2 versiones */

.roboto-slab-<uniquifier> {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1 {
font-family: Roboto Slab;

 }

/* Menu con icons */

.bi {
margin-right: 0.5em;
 }
 
.bi-house-door {
color: white;
  }
  
.bi-controller {
color: white;
   }
   
#contenedor-menu a {
background-color: #2F98F4;
margin-right: 0.1em;
color: black;	
 }
 

