@charset "UTF-8";

/*:root{*/
  /*Tipografías*/
    /*--fuenteT: ;
    --fuente: 'Roboto', sans-serif;*/
    /*Paleta cromática*/
    /*--azul: #0d6efd;
    --verde: #D6E031;
    --rojo: #F24A72;
    --turquesa: #5DBCC5;
    --naranja: #F79421;
    --violeta: #9283BE;
    --verdeOscuro: #56B6B1;
    --amarillo: #FFD100;
    --celesteBg: #f7faff;
    --gris1: #E7E7E7;
    --gris2: #676767;
    --gris3: #475f7b;*/
/*}*/

html {
    /*background-color: #f7faff;*/

}

body{
	/*font-family: var(--fuente);*/
}

h1, h2, h3, h4, span, p, a{
  /*font-family: var(--fuente);*/
}
