
body,
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box; 
    width: 100%;   
    overflow-x: hidden;  
}


@font-face {
  font-family: 'MiFuente';
  src: url('../font/Google_Sans/GoogleSans-VariableFont_GRAD\,opsz\,wght.ttf') format('truetype');       
  font-weight:100;
  font-style: normal;  
  font-display: swap; /* Mejora el rendimiento */
}

@font-face {
  font-family: 'MiFuente2';
  src: url('../font/Oswald/Oswald-VariableFont_wght.ttf') format('truetype');       
  font-weight:100;
  font-style: normal;  
  font-display: swap; /* Mejora el rendimiento */
}

