/* https://fonts.google.com/specimen/Mozilla+Text */

/* Repli Android (Roboto) — déclaré en premier */
@font-face {
  font-family: "Mozilla Text-fallback";
  src: local('Roboto Regular'), local('Roboto-Regular'), local('Roboto');
  size-adjust: 110.46%;
  ascent-override: 85.55%;
  descent-override: 23.09%;
}

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

@font-face {
  font-family: "Mozilla Text";
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/mozilla-text-variable.woff2') format('woff2') tech(variations),
       url('../fonts/mozilla-text-variable.woff2') format('woff2');
}
