/* Fuente OpenType */
@font-face {
  font-family: "custom";
  src: url("/public/fonts/AcuminVariableConcept.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Si tienes variantes (negrita, cursiva…), decláralas aparte */
@font-face {
  font-family: "custom-bold";
  src: url("/public/fonts/Quantico-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
