/* Bravura Text: resolved by unifont from the `fontsource` provider.
 * https://unifont.dev/fonts/Bravura%20Text
 */

/* latin */
@font-face {
  font-family: "Bravura Text";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/bravura-text@latest/latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-bravura-text: "Bravura Text", "Bravura Text fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Bravura Text fallback";
  src: local("Arial"), local("Arimo"), local("Liberation Sans"), local("DejaVu Sans"), local("Helvetica");
  size-adjust: 100%;
  ascent-override: 80%;
  descent-override: 20%;
  line-gap-override: 20%;
}
