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

/* latin */
@font-face {
  font-family: "Ostrich Sans preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/ostrich-sans@latest/latin-300-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: "Ostrich Sans preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/ostrich-sans@latest/latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: "Ostrich Sans preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/ostrich-sans@latest/latin-700-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: "Ostrich Sans preview";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/ostrich-sans@latest/latin-900-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

:root {
  --font-ostrich-sans-preview: "Ostrich Sans preview", "Ostrich Sans preview fallback", sans-serif;
}

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