/**
 * MageTicket
 *
 * Fichier        : public/assets/css/fonts.css
 * Rôle           : Déclaration locale de la typographie Inter variable avec repli système sûr.
 * Auteur         : Régis KREMER
 * Version        : 0.33.0
 * Version projet : 0.33.0
 * Lot            : MAGETICKET DESIGN PORTAL GATEWAY PUBLIC PAGES1
 * Base requise   : 0.32.0
 * Créé le        : 2026-07-22
 * Modifié le     : 2026-07-22
 * Dépendances    : public/assets/fonts/InterVariable.woff2 provisionné par scripts/vendor-design-assets.php.
 * Contraintes    : aucune ressource distante à l’exécution ; font-display swap ; repli natif immédiat.
 * Modifications  : création du chargement Inter variable auto-hébergé.
 */

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

html {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  font-weight: var(--fw-body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: var(--fw-title);
  letter-spacing: -.02em;
}

:where(label, th, .label, .eyebrow) {
  font-weight: var(--fw-label);
}

:where(.kpi-card, [data-kpi], time, output, table) {
  font-variant-numeric: tabular-nums;
}
