/* 
  Coloca tus archivos de fuentes en esta carpeta (public/fonts/)
  y descomenta las declaraciones @font-face según tus fuentes
*/

/*
@font-face {
  font-family: 'TuFuente';
  src: url('./TuFuente-Regular.woff2') format('woff2'),
       url('./TuFuente-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TuFuente';
  src: url('./TuFuente-Bold.woff2') format('woff2'),
       url('./TuFuente-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
