/* https://github.com/itfoundry/Poppins/tree/master/variable/TTF%20(Beta) */

/* Repli Android (Roboto) — déclaré en premier */
@font-face {
  font-family: "Poppins-fallback";
  src: local('Roboto Regular'), local('Roboto-Regular'), local('Roboto');
  size-adjust: 113.75%;
  ascent-override: 96.7%;
  descent-override: 35.16%;
}

/* Repli desktop / iOS — déclaré en dernier, il gagne quand la police est présente */
@font-face {
  font-family: "Poppins-fallback";
  size-adjust: 113.18%;
  ascent-override: 97.19%;
  descent-override: 35.34%;
  src: local("Arial");
}

@font-face {
  font-family: Poppins;
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/poppins-variable.woff2') format('woff2') tech(variations),
       url('../fonts/poppins-variable.woff2') format('woff2');
}
