<style>
/* Fuentes de letra */

  @font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf'); 
}
/*
@font-face {
  font-family: Poppins-ExtraLight;
  src: url('../fonts/Poppins/Poppins-ExtraLight.ttf'); 
}
*/
@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
}


@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

/* Variable Generales */
:root{
        --color-primario:#9e8473;
        --color-secundario:#dbbda9;
        --color-fondo:#ffffff;
        --fuente-normal:'Poppins-Medium';
        --fuente-light:'Poppins-Light';
        --fuente-bold:'Poppins-Bold';

    }

    </style>
   