@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

:root{

  /* Colores */
  --color-fondo: hsl(207, 40%, 8%);
  --color-titulos: #e5e5e5 ;
  --color-subtitulos:  #c6c5c6;

  /* Fuentes */
  --fuente-titulos: 'Poppins', sans-serif;

  /* Paneles */
  --color-panel:  #100020 ;

  /* Color principal */
  --color-principal:  #0092fe ;

}

html{
  scroll-behavior: smooth;
}

body{
  background-color: var(--color-fondo);
}