/*
 * LP-TOOLS FONTS — v2.1.0
 *
 * Polices auto-hébergées depuis le Design System LegalPlace.
 * Format WOFF2 (Brotli) — -60% de poids vs TTF, support universel depuis 2016.
 * MISE À JOUR : générer les WOFF2 depuis les TTF du DS :
 *   python -c "from fontTools.ttLib import TTFont; f=TTFont('X.ttf'); f.flavor='woff2'; f.save('X.woff2')"
 */

/* Renommé 'Inter' → 'lp-inter' pour éviter la collision avec la police
   'Inter' du thème (qui charge un local("Inter Regular") rendant mal sur
   certaines machines). Ce nom unique garantit qu'on utilise bien notre
   fichier inter-variable.woff2 et pas une police système parasite. */
@font-face {
  font-family: 'lp-inter';
  src: url('../fonts/inter-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ES Rebond Grotesque';
  src: url('../fonts/es-rebond-grotesque-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
