/* Light / Regular — peso 300 (o 400 se ti serve “normal”) */
@font-face {
  font-family: "Eni Tab";
  src: url("./EniTabLig.otf") format("opentype");
  font-weight: 300; /* usa 400 se vuoi “Regular”   */
  font-style: normal;
  font-display: block;
}

/* Bold — peso 700 */
@font-face {
  font-family: "Eni Tab";
  src: url("./EniTabBol.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

/* Black — peso 900 (riusa lo stesso file se non hai il vero 900) */
@font-face {
  font-family: "Eni Tab";
  src: url("./EniTabBol.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
