@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight/InterTight-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 100 900; /* Define todos los pesos disponibles */
  font-style: normal; /* Estilo normal */
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight/InterTight-Italic-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 100 900; /* Define todos los pesos disponibles */
  font-style: italic; /* ¡Estilo cursivo! */
  font-display: swap;
}