@font-face {
  font-family: 'Open Sans';
  font-style: normal; /* Esto puede ser normal o italic, dependiendo de tu fuente */
  font-weight: 400; /* El peso de la fuente */
  src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400; /* Peso de la fuente */
  src: url('../fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
}
