:root {
    /*Para textos*/
    --neutro1: #ffffff; /*blanco*/
    --neutro2: #010101; /*negro color títulos*/
    --neutro3: #600909; /*gris Color texto*/
  
    /*para botones y fondos*/
    --color1: #ff7900; /* AZUL OSCURO */
    --color2: #ffe3c9; /* AZUL */
    --color3: #005d68; /* AZUL CLARO */
    --color4: #e8f6f8; /*GRIS*/
    --color5: #fcfaf8; /*BEIGE*/
  
    --tipo1: "Nunito Sans", sans-serif;
    --tipo2: "Nunito Sans", sans-serif;
    --tipo3: "Nunito Sans", sans-serif;
    --tipoJulio: LaBelleAurore, sans-serif;
    --tamanio-base: 1;
  }