/* https://fonts.google.com/specimen/Faustina */

/* Repli Android (Noto Serif) — déclaré en premier */
@font-face {
  font-family: "Faustina-fallback";
  src: local('Noto Serif Regular'), local('NotoSerif-Regular'), local('Noto Serif');
  size-adjust: 86.21%;
  ascent-override: 120.99%;
  descent-override: 25.17%;
}

/* Repli desktop / iOS — déclaré en dernier, il gagne quand la police est présente */
@font-face {
  font-family: "Faustina-fallback";
  size-adjust: 102.35%;
  ascent-override: 101.91%;
  descent-override: 21.20%;
  src: local("Times New Roman");
}

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