/*
 * R-3.J — FORTEONE local typography assets
 * Inter Variable is self-hosted from app/static/fonts/inter/.
 *
 * IMPORTANTE: La fuente se registra como "ForteInter", NO como "Inter".
 * Esto evita activar accidentalmente el stack global --lg-font (que ya
 * contiene 'Inter' como posición 5). La fuente local sólo se activa
 * cuando un selector usa font-family referenciada a través de tokens
 * FORTE (--forte-font, --forte-font-display), nunca de forma global.
 */

@font-face {
  font-family: "ForteInter";
  src: url("/static/fonts/inter/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
