/* ============================================================================
   MOLP technologies — Polices self-host (Inter, subset latin)
   ============================================================================
   À copier avec les .woff2 dans le projet consommateur (même dossier),
   et à charger AVANT tokens.css dans le <head> :
     <link rel="stylesheet" href="/static/fonts/fonts.css">
     <link rel="stylesheet" href="/static/css/tokens.css">
   Source des fichiers : Fontsource (Inter), subset latin — couvre le
   français (accents, œ, €). Graisses : 400 / 500 / 600 / 700.
   ========================================================================== */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./inter-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./inter-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./inter-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./inter-latin-700.woff2') format('woff2');
}
