/* Pramukh Rounded: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/Pramukh%20Rounded
 */

@font-face {
  font-family: "Pramukh Rounded specimen";
  src: url("https://cdn.fontshare.com/wf/2NYRXQCMO5HNWP4GQOMBVBMTNMG3UF2V/Z6VPC4HXHPI3PYF2C2VAQ3HIM6W4LTAS/ZKT4UNE2Q7ATJ2AH6TNJLUIC5XQ4AEPF.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-pramukh-rounded-specimen: "Pramukh Rounded specimen", "Pramukh Rounded specimen fallback", sans-serif;
}

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